When running the latest version of CRA on https the websocket that connects to the development server breaks. This issue is related to and was previously fixed on issue #8079. The commit was merged into the master branch, but the latest release of CRA(3.3.0) does not contain these latest changes that will fix the issue for developers working on https locally.
Here is the current issue

Here is the fix #8079 which has not yet been release in the latest version.

The sooner a new release with those changes can come out, that would help the community a lot since there are probably other developers having this issue with the latest version of CRA.
Not having this feature pushed, cripples my CI/CD in development. I can push production builds as I can manually modify the package before building, but can't push to development until this is fixed. Please expedite.
The same release discussed here #8237
Releasing in the next couple hours.
Most helpful comment
Not having this feature pushed, cripples my CI/CD in development. I can push production builds as I can manually modify the package before building, but can't push to development until this is fixed. Please expedite.