-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What is the issue?
Critical dependency: the request of a dependency is an expression
Import trace for requested module:
./node_modules/.pnpm/tier@5.10.0/node_modules/tier/dist/mjs/get-client.js
./node_modules/.pnpm/tier@5.10.0/node_modules/tier/dist/mjs/index.js
./app/(public)/pricing/page.tsx
Steps to reproduce
import { pull } from "tier";
async function pullLatestPricing() {
const pricingData = await pull();
return pricingData;
}
const latestInfo = await pullLatestPricing();
Are there any recent changes that introduced the issue?
No response
OS
Windows
OS version
windows 11
Tier version
0.11.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working