LESSON 15 - Error: Too many re-renders. #5200
Unanswered
RohitAggarwal04
asked this question in
Q&A
Replies: 1 comment 1 reply
-
no response from the community ?? Please help |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think the problem lies in the useEffect hook which is calling updateUI too many times .
` async function updateUI() {
const tokenURI = await getTokenURI();
console.log("The token URI is " + tokenURI);
Beta Was this translation helpful? Give feedback.
All reactions