-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
New page structure #1377
New page structure #1377
Conversation
Hi 👋 We couldn't create a preview environment for this pull-request 😥 You can see your environment build logs here. Please double-check your If you need help, email us at contact@getergomake.com or join Discord. Click here to disable Ergomake. |
import { IconPlus } from '@/ui/icon'; | ||
|
||
type OwnProps = { | ||
handleClick: () => void; |
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.
The convention is to use onClick for event in props
|
||
type OwnProps = { | ||
isFavorite: boolean; | ||
handleClick: () => void; |
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.
onClick
Nice PR I think it's ok, we'll refactor more if we see missing pages. |
Sure fixed - coming from other frameworks where this might break but here its fine :) |
Did I miss something ?
closes #1333