-
Couldn't load subscription status.
- Fork 2.7k
Closed
Description
What version of Remix are you using?
1.18.0
Are all your remix dependencies & dev-dependencies using the same version?
- Yes
Steps to Reproduce
- create a new remix project (eg:
npx create-remix@latest --template remix-run/indie-stack blog-tutorial) - import unstable_useBlocker from
@remix-run/react - use it in a page
unstable_useBlocker(() => false);
Expected Behavior
The console should be clean without any Warning: Maximum update depth exceeded.
Actual Behavior
Maximum update depth exceeded.
sjdemartini
