-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix: transform-block-scoping
accesses properties of null
#15301
Conversation
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/53699/ |
@ndelangen Would you be able to copy-paste this fix in your |
Oh well, I guess I can release once CI is green. For sure this change cannot cause problems. |
@nicolo-ribaudo Sorry i was in a meeting, I'm going to upgrade and run Storybook Ecosystem CI, see what happens, will report back here ❤️ for the fast turn around, You all are awesome! |
@nicolo-ribaudo the Storybook Ecosystem CI runs a list of scripts that mimick wjhat users do when setting up new projects and adding storybook to that.. meaning it's not a manual process, we can really inject copy-pasted code into our node_modules into. I noticed that https://www.npmjs.com/package/@babel/plugin-transform-block-scoping hasn't seen a new release (yet)? I'm afraid I'm also not really able to pin the version of the package in our processes, because it's a transitive dependency, not a direct one. Is a npm release scheduled to happen? |
I'm releasing now, it will be out in ~15 mins |
@nicolo-ribaudo Running into a new issue:
|
@nicolo-ribaudo Do you know when the fix will be available on npm? |
The fix that was reported initially has been released, but it seems another one has surfaced.. |
Hello @nicolo-ribaudo,
|
Yeah. I had to manually downgrade |
The issue is fixed with this patch @babel/plugin-transform-block-scoping@7.20.9 |
I haven't actually reproduced this issue yet, due to the plethora of bug reports, this is a guesswork fix.