Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab App local debug hot reload would hang without any response #3929

Closed
SLdragon opened this issue Feb 14, 2022 · 1 comment · Fixed by #3958
Closed

Tab App local debug hot reload would hang without any response #3929

SLdragon opened this issue Feb 14, 2022 · 1 comment · Fixed by #3958
Assignees
Labels
investigating TA:Compute Team Area: Compute

Comments

@SLdragon
Copy link
Contributor

How to repro:

  • Create a Tab App
  • Click F5 to local debug
  • After Tab App running successfully, change the code to see whether hot reload works fine
  • Currently, the Tab App would hang without any response

From investigation, here is the reason why it not work:
pmmmwh/react-refresh-webpack-plugin#553

And this is how to solve the problem:
https://stackoverflow.com/questions/70368760/react-uncaught-referenceerror-process-is-not-defined

@ghost
Copy link

ghost commented Feb 14, 2022

Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating TA:Compute Team Area: Compute
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants