-
-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc(accumulated-route-context): useRouterState to listen reactive state change #2160
doc(accumulated-route-context): useRouterState to listen reactive state change #2160
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't use routeContext
, access the context
object instead.
Don't use `routeContext`, use `context` instead.
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 46d4d38. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
Changes
Related
useRouter().state.matches
gets called in parent layout component #2144