react-obfuscate
react-obfuscate copied to clipboard
Remove Prop-Types Dependency
It would be great if this package didn't rely on Prop-Types.
Getting this warning now in Next.js 13:
Warning: Obfuscate: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
at Obfuscate (webpack-internal:///(ssr)/./node_modules/react-obfuscate/dist/obfuscate.js:22:23)
@coston thoughts on this? It's now throwing warning " > [email protected]" has unmet peer dependency "prop-types@>= 15"
Stil getting this error
also having this issue.