Karel Koudelka
Karel Koudelka
I just tested this, however it was not working for me. I updated the package to `0.2.8`, added `prefix: 'ads-'` in `tailwind.config.ts`. Intellisense now shows correct classes:  For instance,...
Hi, any updates on this PR?
Hey @wyattjoh, I understand, however could you point me in the right direction? I have no idea why the error is logged twice (even without patching the internal logger; this...
Updating `next.config.ts` worked for me (turbopack and yarn v4): ```ts const nextConfig: NextConfig = { ... serverExternalPackages: ["pino"], }; ```