Used yarn add react-browser-support, module appears in package.json and in node_modules but I got the error above, so I went to the module to have a look. The package.json in the react-browser-support module has "main": "src/index.js", but there's no src directory in the module. Should the main line read dist/index.js instead?
Used
yarn add react-browser-support, module appears inpackage.jsonand innode_modulesbut I got the error above, so I went to the module to have a look. Thepackage.jsonin thereact-browser-supportmodule has"main": "src/index.js",but there's nosrcdirectory in the module. Should the main line readdist/index.jsinstead?