Chunk not generated for specific component with Next.js and app dir #970
Replies: 1 comment 3 replies
-
hey, couple of things here: you don't need to import
there's indeed an issue with the default parameter extraction here that I fixed in this new PR in panda #973 |
Beta Was this translation helpful? Give feedback.
-
Description
panda will generate the css for all components under
components
folder except for thePositioned.tsx
componenthttps://github.com/panoskouff/playground_next.js-panda-css-2/blob/master/components/Positioned.tsx
Link to Reproduction
https://github.com/panoskouff/playground_next.js-panda-css-2
Steps to reproduce
clone https://github.com/panoskouff/playground_next.js-panda-css-2
pnpm install
,pnpm panda panda init
,pnpm run dev
I also did
pnpm panda --watch
in another terminal although it used to work without thisinspect chunks in
styled-system
you will see there is none for Positioned component
JS Framework
React (TS)
Panda CSS Version
0.5.1
Browser
No response
Operating System
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions