We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm attempting to use this library in a React CodeSandbox, but I get the error:
Support for the experimental syntax 'classPrivateMethods' isn't currently enabled.
Support for the experimental syntax 'classPrivateMethods' isn't currently enabled
I've tried adding @babel/plugin-proposal-private-methods to my .babelrc but the error remains.
@babel/plugin-proposal-private-methods
.babelrc
Any suggestions?
The text was updated successfully, but these errors were encountered:
Hi there,
I think this is a React CodeSandbox issue, could you try creating an issue here? https://github.com/codesandbox/codesandbox-client/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
Class private methods aren't exactly cutting edge at this point…
Sorry, something went wrong.
No branches or pull requests
I'm attempting to use this library in a React CodeSandbox, but I get the error:
Support for the experimental syntax 'classPrivateMethods' isn't currently enabled
.I've tried adding
@babel/plugin-proposal-private-methods
to my.babelrc
but the error remains.Any suggestions?
The text was updated successfully, but these errors were encountered: