I'm working on a ReactJS web app. I made a change to code that was working and now I get an error:
Error: Minified React error #301
I can revert the code to get it working again but I'm not sure what I'm doing wrong to get this error.
NOTE: The last thing I added was:
const [openDialog, setOpenDialog] = useState(false);
So perhaps I can't use this...
Does React have a list of error codes and explanations?
Searching for answers:
- Searched
React error codes and explanations
. Nothing that helped.