Skip to content

Warning: Can't call setState on a component that is not yet mounted. #316

@AnatoliiCubex

Description

@AnatoliiCubex

When trying to do some logic , after click nothing is happening and I receive these errors in console
Type of flow that Im trying to use and get this error:

  1. change label fontsize
  2. adding hyperlink link
  3. clicking on radio in multiple choice

image

This is the code of my component, without any additional props.

return (
      <Box sx={{ width: '100%', maxWidth: '1250px', margin: '0 auto', py: 5 }}>
         <ReactFormBuilder />
      </Box>
   );

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