You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I use .ladle/components.tsx to import some global styles shared by all components. Changes to the stylesheets imported into .ladle/components.tsx does not seem to be detected and/or trigger any browser reload. In fact, it doesn't even work to manually refresh the browser for these changes to take effect. You have to restart the entire ladle runtime for the changes to take effect.
Describe the solution you'd like
I'd like HMR to work with changes to .ladle/components.tsx and files/packages/dependencies imported/referenced there.
Describe alternatives you've considered
...
Additional context
...
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I use
.ladle/components.tsx
to import some global styles shared by all components. Changes to the stylesheets imported into.ladle/components.tsx
does not seem to be detected and/or trigger any browser reload. In fact, it doesn't even work to manually refresh the browser for these changes to take effect. You have to restart the entire ladle runtime for the changes to take effect.Describe the solution you'd like
I'd like HMR to work with changes to
.ladle/components.tsx
and files/packages/dependencies imported/referenced there.Describe alternatives you've considered
...
Additional context
...
The text was updated successfully, but these errors were encountered: