-
-
Notifications
You must be signed in to change notification settings - Fork 100
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(crux-ui): useEffect submitRef update #806
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.
LGTM (informal)
It would be nice to write a custom hook and use that instead. |
@m8vago Added the submitRef to |
8eecec7
to
2b338b7
Compare
Great job! There is no point to use it without a form, and we don't have forms without formik, so that's the best place for it. |
useEffect
, this should resolve save/edit test flakyness.