[Solved] React - Time out

in React - Use Advanced JavaScript in React Render Method, I time out on the tests. why?

my answers:


line 52: const answer = possibleAnswers[this.state.randomIndex];
line 66: {answer}

link for ref:
https://learn.freecodecamp.org/front-end-libraries/react/use-advanced-javascript-in-react-render-method

TL;DR - used chrome and time out doesn’t occur. was using safari before.

1 Like

I had the same timeout issue in Safari. I switched to Chrome and then the timeout wasn’t an issue.

Thanks.