rescript-storybook
rescript-storybook copied to clipboard
Move to JSX v3
Hey, while installing i get a warning this lib using jsx syntax 2 which is no longer supported.
Hey, seems that the JSX 2 syntax was changed. https://github.com/draftbit/bs-storybook/commit/2d7b1c3e00b8d1ee84044c0a1217076a43fea241
Maybe the version of npm doesn't match with the status of master.
I will try to sync them, thanks.
I have the same issue. The fix is not in the npm package 1.0.0. installing from the Github Repo fixed it for us:
npm install -D https://github.com/draftbit/bs-storybook
please release a new npm package.
Hi, I'm having an issue too while upgrading my project from bs-platform 7.3 to 8.3. Using directly the github repo as source fix it. Please, release a new npm package. Thank you.