In the Front End Development Library Certification section, I have an error that I don’t fully understand. The error is as follows: “act(…) is not supported in production builds of React, and might not behave as expected.”
After doing some research, I found out that the function act() is used for testing, and if I’m encountering this error, it means that this function has not been used correctly.
I’m encountering this error at the step “React → Create a controlled Input” in the Front End Development Library Certification course.