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
Notice it is a React component library with react as a peerDep
Run yarn create storybook, see it fails to detect framework
React is a peerDep so this is likely a builder detection failure. The library is built using tsup. Should we enforce Vite in this scenario instead of bailing out?
Repro steps
yarn create storybook, see it fails to detect frameworkReact is a peerDep so this is likely a builder detection failure. The library is built using tsup. Should we enforce Vite in this scenario instead of bailing out?