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
import { pull } from "tier";
async function pullLatestPricing() {
const pricingData = await pull();
return pricingData;
}
const latestInfo = await pullLatestPricing();
What is the issue?
Steps to reproduce
Are there any recent changes that introduced the issue?
No response
OS
Windows
OS version
windows 11
Tier version
0.11.1