-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: breadcrumb #40
feat: breadcrumb #40
Conversation
e09c320
to
c3572db
Compare
0d2980b
to
743a94f
Compare
Great work @zediogoribeiro! Is there any use-case for either a <Breadcrumb>
<BreadcrumbList>
...
</BreadcrumbList>
</Breadcrumb> and if the answer is "no", we maybe could drop |
743a94f
to
ffd6c07
Compare
ffd6c07
to
d357ddd
Compare
@@ -1,6 +1,6 @@ | |||
{ | |||
"extends": ["next", "next/typescript", "plugin:react-hooks/recommended"], | |||
"plugins": ["react-hooks"], |
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.
why this change?
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.
Because next
already have inside react-hooks plugin inside
2f44562
to
f6d944d
Compare
Changes
eslint-plugin-react-hooks
sinceeslint-config-next
already includes that lib