renatomoor / storybook-tailwind-dark-mode

MIT License
20 stars 16 forks source link

Compatibility with storybook 7 #15

Closed freddyamarante closed 1 year ago

freddyamarante commented 1 year ago

Hooks useEffect and useGlobals now imported from @storybook/preview-api

The useEffect hook is now watching isInDocs and the context.id, it should be able to make sure when the selector changes on each Storybook tab.

renatomoor commented 1 year ago

@freddyamarante Thanks a lot!