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
I know there are issues applying a decorator on HMR change with this (#284), but I have a case where I need to update the context on each HMR change. (rather than wrapping every story myself)
Hi, did you find a solution for using fela with storybook ?
I'm actually trying to implement both storybook and fela on an app at work and get stucked by this :/
I know there are issues applying a decorator on HMR change with this (#284), but I have a case where I need to update the context on each HMR change. (rather than wrapping every story myself)
Basically for
fela
styles to reflect in during HMR you need to find and replace <style> tags on each change. You can see the implementation here: http://fela.js.org/docs/advanced/HotReloading.htmlIs there anyway to apply a decorator hook to hmr?
The text was updated successfully, but these errors were encountered: