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
> [email protected] start
> react-scripts start
(node:27) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:27) [DEP_WEBPACK_DEV_SERVER_ON_BEFORE_SETUP_MIDDLEWARE] DeprecationWarning: 'onBeforeSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
Starting the development server...
It seems like Create React App is dead and this issue will never be fixed. The best solution is to use Vite instead. Vite is most similar to CRA and almost a drop-in replacement. You can follow this guide on how to migrate to Vite from CRA.
The text was updated successfully, but these errors were encountered:
It seems like Create React App is dead and this issue will never be fixed. The best solution is to use Vite instead. Vite is most similar to CRA and almost a drop-in replacement. You can follow this guide on how to migrate to Vite from CRA.
The text was updated successfully, but these errors were encountered: