-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug?]: Hoisting not working as expected #4122
Comments
Please provide a cloneable reproduction as without the lockfile this might not reproduce depending on when we test it. |
https://github.com/eirslett/storybook-builder-vite has the issue (and a lock file) |
I'm assuming that repo will change at some point so adding a permalink to its current state |
Not a bug, hoisting works as expected. I have checked the repo at:
|
Thanks, is there a way to force only one |
You can use |
There seems to be a similar issue between I'm using the astro/examples/framework-multiple project as a baseline. By default, it uses
I then tried using Adding the following to packageExtensions:
"astro@*":
dependencies:
solid-js: "1.3.7"
peerDependencies:
solid-js: "*"
"@astrojs/renderer-solid@*":
dependencies:
solid-js: "1.3.7"
peerDependencies:
solid-js: "*" Is there a way to resolve this issue for |
Self-service
Describe the bug
@storybook/client-api
is installed multiple times leading to multiple disconnected "singletons" and a broken storybook installation.storybookjs/builder-vite#50
To reproduce
.yarnrc.yml
package.json
example-svelte/package.json
Run
yarn install
and you'll get two installations of@storybook/client-api
instead of one.identical version of the package but different paths.
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: