-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Description
Hi, @enuchi and other contributors thanks for the boilerplate!!
The problem with infinity cycle refresh/reload (by the dev server, i guess) appear when i add some more complicated codebase (components and other stuff) and try to change the code.
When infinity cycle refresh/reload appears:
-
If change
src/client/sidebar-about-page/components/About.jsxto.tsx -
If change makes in more deep code modules like
src/client/sidebar-about-page/app/store.js
How to we can fix this problem?
Have any had this problem with infinity cycle refresh/reload?
The sample project where i reproduced behavior: https://github.com/dandgerson/google-sheets-plugin
maybe it behave because of reduxjs/toolkit
// src/client/sidebar-about-page/index.js
root.render(
<Provider store={store}>
<About />
</Provider>
);
komarov-sergey and kapiljhajhria
Metadata
Metadata
Assignees
Labels
No labels