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 Oct 22, 2020. It is now read-only.
Hi, I'm seeing these errors when using the latest storybook:
../node_modules/@dump247/storybook-state/index.d.ts(1,10): error TS2305: Module '"../../../../../../../../../Users/johnryan/Desktop/TrulyStuff/Code/mono/node_modules/@storybook/react/dist/client"' has no exported member 'Renderable'.
../node_modules/@dump247/storybook-state/index.d.ts(1,22): error TS2305: Module '"../../../../../../../../../Users/johnryan/Desktop/TrulyStuff/Code/mono/node_modules/@storybook/react/dist/client"' has no exported member 'RenderFunction'.
Based on: storybookjs/storybook#8105 it seems like @types/storybook__react isn't needed anymore. Can someone confirm this is accurate? If so I'm happy to make a PR.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I'm seeing these errors when using the latest storybook:
Based on: storybookjs/storybook#8105 it seems like
@types/storybook__react
isn't needed anymore. Can someone confirm this is accurate? If so I'm happy to make a PR.Thanks!
The text was updated successfully, but these errors were encountered: