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.
I am using
CopyBlock
fromreact-code-blocks
in an app, and although it works fine, the (Chrome) browser keeps complaining: