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
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
We broke Storybook yesterday when we added actions to the breakpoint component. Not a big deal, storybook is not on the critical path.
Root cause:
Storybook's webpack config has a babel loader that does not exclude ff-devtools-libs and is causing an issue with Task.async.
Fix:
I'm going to look into a simple upstream fix that will let us write the webpack config that storybook uses.
The text was updated successfully, but these errors were encountered: