DEV Community

Discussion on: Create a React component library with Vite and Typescript

Collapse
 
nicolaserny profile image
Nicolas Erny

Another idea: if you want to use the latest version of storybook (instead of the alpha versions), you have to use react 18. I remember that I had issues (in another project) with react dom client and React 17. Hope it helps.