Can't currently upgrade react-scripts dependency. This upgrade causes react-scripts internal lint phase to run at build, which currently causes lots of errors. This will also imply having to fix pages/PremiumVideoCall lint errors, since react-scripts base configuration can not be modified yet:
Note that even if you customise your ESLint config, these changes will only affect the editor integration. They won’t affect the terminal and in-browser lint output. This is because Create React App intentionally provides a minimal set of rules that find common mistakes.
Can't currently upgrade
react-scripts
dependency. This upgrade causesreact-scripts
internal lint phase to run at build, which currently causes lots of errors. This will also imply having to fixpages/PremiumVideoCall
lint errors, sincereact-scripts
base configuration can not be modified yet: