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
The package @storybook/preview changed the named exports in the globals module. Up to 7.5.3 it was globals, but in 7.6.x they export globalPackages and globalsNameReferenceMap.
globalsNameReferenceMap is the export that matches the previous data exported by globals.
web/packages/storybook-builder/src/index.ts
Line 4 in 78abb0a
The package @storybook/preview changed the named exports in the globals module. Up to 7.5.3 it was globals, but in 7.6.x they export globalPackages and globalsNameReferenceMap.
globalsNameReferenceMap is the export that matches the previous data exported by globals.
This is being addressed in the Storybook repository in this issue storybookjs/storybook#25735
The text was updated successfully, but these errors were encountered: