[BUG]: DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated #175
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
wontfix
This will not be worked on
Describe the bug
I noticed that there is a quick warning when launching the app with
npm start
:To Reproduce
Steps to reproduce the behavior:
npm start
Expected behavior
No warnings.
Additional context
There is an issue opened on the main create-react-app repo : DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated #12035. The fix is specified in pull request : fix(webpackDevServer): fix deprecation warning #11862. However, I can't make the fix without
ejecting
, which I don't want to do. I will keep an eye if it ever gets fixed. At the moment, it doesn't affectnpm build
.The text was updated successfully, but these errors were encountered: