We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The functionality works as intended, but the console shows the following warning (also present in the Moments walkthrough project):
"Can't perform a React state update on an unmounted component"
Spencer Barriball kindly provided a suggestion to write a cleanup function at the end of handleMount()
handleMount()
The text was updated successfully, but these errors were encountered:
add cleanup function to ProfileEditForm #83
605fb17
code suggestion by Spencer Barriball https://code-institute-room.slack.com/archives/C02MTH5MBDG/p1723141476108919?thread_ts=1723121474.717569&cid=C02MTH5MBDG
No branches or pull requests
The functionality works as intended, but the console shows the following warning (also present in the Moments walkthrough project):
"Can't perform a React state update on an unmounted component"
Solution
Spencer Barriball kindly provided a suggestion to write a cleanup function at the end of
handleMount()
The text was updated successfully, but these errors were encountered: