Doesn't seem to work out of box with NextJS in a monorepo #847
-
DescriptionI added Panda CSS to a NextJS app in a monorepo. Code for Panda is only written in the monorepo, but styles don't seem to be applying consistently. Sometimes I could get individual Link to Reproductionosdiab/nextjs-panda-monorepo@20a2e33 Steps to reproduce
then you'll see
JS FrameworkNextJS with Turborepo/pnpm workspaces Panda CSS Version0.5.0 BrowserChrome Operating System
Additional InformationNo response |
Beta Was this translation helpful? Give feedback.
Answered by
segunadebayo
Jun 27, 2023
Replies: 1 comment 1 reply
-
The configured path in the "include" option is incorrect that's why. Update it and it should work correctly. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
segunadebayo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The configured path in the "include" option is incorrect that's why. Update it and it should work correctly.