You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-scripts-ts has been replaced by a newer version of Create React App + Typescript, and should be upgraded to latest react-scripts. This will also fix some issues with its out-of-date dependencies that dependabot is complaining about.
Work on this ticket may include:
updating to react-scripts 4.x.x
fixing minor linter warnings
updating react-router-dom to fix outdated React lifecycle methods
updating semantic-ui-react to fix outdated React lifecycle methods
replace freactal state to fix outdated React lifecycle methods
replace recompose methods with hooks to fix outdated React lifecycle methods
fix typing when tsconfig is set to strict mode
replace glamor dependency as it has a vulnerability and is no longer maintained
remove storybook (to be replaced with new version setup in Add storybook #159 )
The text was updated successfully, but these errors were encountered:
react-scripts-ts
has been replaced by a newer version of Create React App + Typescript, and should be upgraded to latestreact-scripts
. This will also fix some issues with its out-of-date dependencies that dependabot is complaining about.Work on this ticket may include:
react-scripts 4.x.x
react-router-dom
to fix outdated React lifecycle methodssemantic-ui-react
to fix outdated React lifecycle methodsfreactal
state to fix outdated React lifecycle methodsrecompose
methods with hooks to fix outdated React lifecycle methodsglamor
dependency as it has a vulnerability and is no longer maintainedThe text was updated successfully, but these errors were encountered: