You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have the following code (which itself may be incorrect), however, this throws Uncaught (in promise) ReferenceError: AwaitRenderStatus is not defined for versions post 6.14.2.
Could you provide a minimal reproduction of the bug?
It sounds like you may have some mismatched versions - that private internal variable exists in 6.15.0 here. Maybe try an npm ls react-router-dom and see if you need to dedupe?
Actually, that sounds rather plausible. It seems like we only hit this when running the deployed version. Let me close this and re-open if I can come up with a minimal reproducible example.
What version of React Router are you using?
6.15.0
Steps to Reproduce
We have the following code (which itself may be incorrect), however, this throws
Uncaught (in promise) ReferenceError: AwaitRenderStatus is not defined
for versions post6.14.2
.Expected Behavior
Depending on if we're using this correctly, I'd expect it to navigate to
bar
without throwing.Actual Behavior
Throws
Uncaught (in promise) ReferenceError: AwaitRenderStatus is not defined
The text was updated successfully, but these errors were encountered: