Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AnatoliiCubex opened this issue Aug 28, 2024 · 0 comments
Open

Comments

@AnatoliiCubex
Copy link

AnatoliiCubex commented Aug 28, 2024

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>
   );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant