-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
docs: Add missing parameters to both useSelectedLayoutSegment
& useSelectedLayoutSegments
#53602
docs: Add missing parameters to both useSelectedLayoutSegment
& useSelectedLayoutSegments
#53602
Conversation
docs/02-app/02-api-reference/04-functions/use-selected-layout-segment.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/02-api-reference/04-functions/use-selected-layout-segments.mdx
Outdated
Show resolved
Hide resolved
useSelectedLayoutSegment
& useSelectedLayoutSegments
useSelectedLayoutSegment
& useSelectedLayoutSegments
Lint is failing, could you address please? |
I've formatted with prettier. Can you please approve the changes to let the workflow rerun? |
still getting |
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
1 similar comment
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
This PR adds missing parameters to the
useSelectedLayoutSegment
&useSelectedLayoutSegments
hooks since they take optionalparallelRoutesKey
.