Skip to content

Warning maximum update depth on useEffect function #136

@windcloudit

Description

@windcloudit

Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.

  useEffect(() => {
    updateThumbs();
  }, [updateThumbs]);

Do you know this error, and it is not running IOS after build release

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