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
ESbuild 0.24.1 introduced a bug that has recently been fixed but the fix has not been released yet.
In the meantime, installing storybook dependencies without a lockfile will result in the broken esbuild version being installed.
I doubt this will become an issue for us unless we delete our lockfile or the fix release is delayed. But simply noting: if this becomes an issue, it can be fixed by pinning esbuild to 0.24.0.
ESbuild 0.24.1 introduced a bug that has recently been fixed but the fix has not been released yet.
In the meantime, installing storybook dependencies without a lockfile will result in the broken esbuild version being installed.
I doubt this will become an issue for us unless we delete our lockfile or the fix release is delayed. But simply noting: if this becomes an issue, it can be fixed by pinning
esbuild
to0.24.0
.See storybookjs/storybook#30115 for more
The text was updated successfully, but these errors were encountered: