Hi there,
I just upgraded to react-scripts v3.2.0 and am now see the below error in the console in my dev server:

Seems the issue is coming from the sockjs-client package. Tracking it down in my package-lock, react-scripts requires webpack-dev-server which in turn requires sockjs-client v1.3.0.
react-scripts also requires react-dev-utils, which requires sockjs-client v1.4.0. I think that's where the mismatch is coming from.
Do you have any advice moving forward?
Thank you.
Hi there,
I just upgraded to

react-scriptsv3.2.0 and am now see the below error in the console in my dev server:Seems the issue is coming from the
sockjs-clientpackage. Tracking it down in my package-lock,react-scriptsrequireswebpack-dev-serverwhich in turn requiressockjs-client v1.3.0.react-scriptsalso requiresreact-dev-utils, which requiressockjs-client v1.4.0. I think that's where the mismatch is coming from.Do you have any advice moving forward?
Thank you.