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
Additionally, I referred to this GitHub issue - 74 for further insights while troubleshooting. This configuration helped resolve the issue effectively.
Extension reloads too frequently during development (
npm run dev
)Description
I am facing an issue where the extension keeps refreshing continuously when running
npm run dev
, and eventually, I get the error:This makes it difficult to test and debug the extension during development.
Steps to Reproduce For React JS Template
2.Run the development mode:
4.Observe that the extension keeps refreshing repeatedly until the error appears.
The text was updated successfully, but these errors were encountered: