-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
(React) Broken build caused by ref
key
#10657
Comments
@sylvainDNS do you have a public repro cc @ndelangen |
is invalid code... Please send us a repro or paste the output of |
Yes I will make a repo soon 😉 |
@sylvainDNS there's also this great recipe for codesandbox by @yannbf https://gist.github.com/yannbf/d7a32cfe697e71489db00bfd50e7ab5c |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
related to: #11060 |
should be fixed by #11086 |
Hi guys, sorry for not providing a repository. I tested release v6.0.0-beta.23 and v6.0.0-beta.24. Beta 24 fix my issue, which introduce #11086 changes. Thank you for your work ! |
Describe the bug
ref
key seems to break my storybook build.Code snippets
When I am using this snippet :
Build storybook command return this error :
Module parse failed: Unexpected keyword 'var'
What is really weird is that I put
ref
key tonull
in<Link />
component build works:System:
Additional context
I am using CRA with
craco
to overridewebpack
config, but only to add some custom aliases.The text was updated successfully, but these errors were encountered: