bbcode-to-react
bbcode-to-react copied to clipboard
Update react peer dep to support v17
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.