Storybook HMR issues with recipe import + clean: true #2484
-
DescriptionI have a monorepo with tokens and recipes in one package, and react components in another package (maybe another package with vue components using the same recipes soon). The HMR is working, but there's a small bug. When I have I guess HMR is trying to be smart, and only update the files that need to be updated, but since clean runs, we actually need to regenerate everything. I guess we need some way to disable Link to ReproductionSorry, no reproduction... Steps to reproduceNo response JS FrameworkNo response Panda CSS Version0.37.1 BrowserNo response Operating System
Additional InformationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
What’s the motivation to add clean by default? Would recommend only adding clean when needed, say, when you run codegen. Alternatively, like you said, turn off clean based on an env variable. |
Beta Was this translation helpful? Give feedback.
What’s the motivation to add clean by default? Would recommend only adding clean when needed, say, when you run codegen.
Alternatively, like you said, turn off clean based on an env variable.