Skip to content

infinity cycle refresh/reload by dev server when change the code #200

@dandgerson

Description

@dandgerson

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.jsx to .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>
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions