Closed
Description
This is terrible for contributor experience
To Reproduce
Steps to reproduce the behavior:
- Fresh clone https://github.com/primer/react
- npm install
- npm run start:storybook
- See error
Uncaught TypeError: Cannot read properties of undefined (reading 'configure')
at ./generated-stories-entry.js (generated-stories-entry.js:6:1)
at __webpack_require__ (bootstrap:853:1)
at fn (bootstrap:150:1)
at 0 (storybook-init-framework-entry.js:1:1)
at __webpack_require__ (bootstrap:853:1)
at checkDeferredModules (bootstrap:45:1)
at Array.webpackJsonpCallback [as push] (bootstrap:32:1)
at main.iframe.bundle.js:1:57
Update: This started after #2150, thanks @pksjce for triage!