Changing to latest version on panda and ark-ui is preventing CSS in our Storybook from compiling. #2217
Unanswered
willTastyMakers
asked this question in
Q&A
Replies: 1 comment
-
if you're using JSX style props and havent set any otherwise, can you make a minimal reproduction ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Community,
We have created a component library using panda-css and ark-ui. After updating to the latest,
we are finding that our component stories are not effectively getting stylized with css. Basically, when we click on the story to review the component in storybook it appears bereft of any our style declarations from styled-system [css, recipes, jsx ( Box, Stack, etc.] Interestingly, all it takes to get the css to compile is to force an HMR to occur by adding a space to the panda.config.ts file and saving it. Once that occurs all of the css appears.
Has anyone else experienced this behavior, and if so and your were able to fix it, could please expound on how to go about it?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions