Steven Sacks
Steven Sacks
Ok thanks. I’ll keep experimenting and see if I can figure it out.
There are two separate issues. The first is the regression where the caret is being injected again. That was fixed a few versions back and now it's returned. The second...
This is still happening when I ran `npx sb@latest upgrade` from 8.3.2 to 8.3.3. ``` ╭───────────────────────────────────────────────────────────────╮ │ │ │ Upgrading Storybook from version 8.3.2 to version 8.3.3.. │ │ │...
This seems to have something to do with removing the pnpm package.json fix. That’s when it started happening.
This is still happening with every version. I'm at 8.4.2 and the only solution is to delete node_modules and package-lock.json and reinstall everything.
@kasperpeulen It's happening in every project that I have. Here's my open source Remix template where it's happening: https://github.com/gaia-react/remix You can run `npx sb@latest upgrade` on it to see the...
@kasperpeulen I've got a more simple repo it's happening on. My storybook addon. https://github.com/stevensacks/storybook-react-intl When I use `npx sb@latest upgrade` on this addon (built with the addon kit), it crashes.
@markdalgleish I was having this issue in Vitest and adding the resolve conditions module sync block to vitest.config.ts solved it!
@snowystinger It unfortunately appears that this addon might have become lower priority for @hipstersmoothie. I'll reach out via email to see if he can merge this PR.
I tried installing yours but get this error when I run storybook 9: ``` Error: Cannot find module './dist/esm/preset/manager' Require stack: - ./node_modules/storybook-dark-mode/preset.js - ./node_modules/storybook/dist/common/index.cjs - ./node_modules/storybook/dist/cli/bin/index.cjs - ./node_modules/storybook/dist/bin/index.cjs -...