[React 18] Bug: Maximum update depth exceeded
on the ref
prop when suspending
#21876
Labels
Maximum update depth exceeded
on the ref
prop when suspending
#21876
Functional
ref
prop throws aMaximum update depth exceeded
error when suspending.React version:
18.0.0-alpha-464f27572-20210713
Steps To Reproduce
suspend
button: https://codesandbox.io/s/ref-set-too-many-times-jm0c3?file=/src/App.js.The current behavior
Clicking on the
suspend
button throws aMaximum update depth exceeded
error.The expected behavior
Clicking on the
suspend
button suspends.The text was updated successfully, but these errors were encountered: