Skip to content
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 test suits fail with SyntaxError: Illegal break statement #1221

Closed
rimpu opened this issue Jul 5, 2023 · 2 comments
Closed

React test suits fail with SyntaxError: Illegal break statement #1221

rimpu opened this issue Jul 5, 2023 · 2 comments

Comments

@rimpu
Copy link

rimpu commented Jul 5, 2023

image

image

I have started to get this error. These are the set of packages I am using.

image

Please advise how to solve the same.

@mbaric1
Copy link

mbaric1 commented Jul 5, 2023

As a workaround, override the latest version of nwsapi which seems to be causing this issue.

If using npm, add following to the package.json and do npm i.

"overrides": {
    "nwsapi": "2.2.5"
}

@MatanBobi
Copy link
Member

Thanks @mbaric1.
I'm closing this one as it's not related to us directly, here's a bug for future reference: dperini/nwsapi#90.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants