rajinwonderland / react-code-blocks

React code blocks and code snippet components
https://react-code-blocks.rajinwonderland.vercel.app
MIT License
611 stars 82 forks source link

Warning about `ClipboardCheckIcon` in `CopyBlock` usage #165

Open IndrajeetPatil opened 2 weeks ago

IndrajeetPatil commented 2 weeks ago

I am using CopyBlock from react-code-blocks in an app, and although it works fine, the (Chrome) browser keeps complaining:

Warning: ClipboardCheckIcon: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.