bbcode-to-react icon indicating copy to clipboard operation
bbcode-to-react copied to clipboard

Update react peer dep to support v17

Open casieber opened this issue 4 years ago • 0 comments

Newer npm versions more strongly enforce peer dependency requirements on npm install. This means that attempting to use this package against React 17 will fail to install unless using the --legacy-peer-deps flag. This change fixes that.

casieber avatar Sep 03 '21 21:09 casieber