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
Since upgrading to Storybook 6.5 the grid add-on is no longer displaying for me. Our project currently uses React 17, Storybook 6.5.8 and storybook-addon-grid 0.1.0. Curious if anyone else is facing this issue.
The text was updated successfully, but these errors were encountered:
Hi @lukemcd-hero sorry about this — and thanks so much for the issue 🙏🏻
In the past versions of storybook they didn't expose the Emotion cache provider's used (at least from what I can remember) to render the grid in the preview (without using the decorator pattern) — they now do include this, and is "home-cooked" with exposing everything we need. But if we used emotion directly, it'll cause havoc with the required singletons.
Since upgrading to Storybook 6.5 the grid add-on is no longer displaying for me. Our project currently uses React 17, Storybook 6.5.8 and storybook-addon-grid 0.1.0. Curious if anyone else is facing this issue.
The text was updated successfully, but these errors were encountered: