color.js
color.js copied to clipboard
Support for the experimental syntax 'classPrivateMethods' isn't currently enabled
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?
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…