We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, when we go to Formik Page or FieldArray Page two different links were selected at once
Expected to select only /fieldArray route when i am at /fieldarray path similarly for formik only /formik should be selected when i am at /formik path
Go to Formik page to view current behaviour Go to FieldArray page to view current behaviour
In SidebarRoutes Component in [...slug].tsx replace slug.startsWith(pathname as any); by matching exact route
PS: I would like to fix this issue
The text was updated successfully, but these errors were encountered:
I am willing to work on this issue !
Sorry, something went wrong.
To fix the navbar highlight.
bfbdb97
jaredpalmer#3854
To fix the navbar highlight. (#3856)
0e476bd
#3854
c4deb3e
jaredpalmer/formik#3854
No branches or pull requests
Bug report
Current Behavior
Currently, when we go to Formik Page or FieldArray Page two different links were selected at once
Expected behavior
Expected to select only /fieldArray route when i am at /fieldarray path similarly for formik only /formik should be selected when i am at /formik path
Reproducible example
Go to Formik page to view current behaviour
Go to FieldArray page to view current behaviour
Suggested solution(s)
In SidebarRoutes Component in [...slug].tsx replace slug.startsWith(pathname as any); by matching exact route
PS: I would like to fix this issue
The text was updated successfully, but these errors were encountered: