-
Notifications
You must be signed in to change notification settings - Fork 179
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
LC Cleanup: Break out each form Section into separate components #7707
Labels
Comments
shlokamin
added a commit
that referenced
this issue
Apr 28, 2021
shlokamin
added a commit
that referenced
this issue
Apr 28, 2021
shlokamin
added a commit
that referenced
this issue
Apr 29, 2021
shlokamin
added a commit
that referenced
this issue
Apr 30, 2021
* test(labware-creator): add missing tests to sections * refactor(labware-creator): break out footprint section into its own component #7707
Kadee80
added a commit
that referenced
this issue
May 3, 2021
2 tasks
Kadee80
added a commit
that referenced
this issue
May 4, 2021
3 tasks
Kadee80
added a commit
that referenced
this issue
May 4, 2021
Kadee80
added a commit
that referenced
this issue
May 4, 2021
shlokamin
added a commit
that referenced
this issue
May 5, 2021
Kadee80
added a commit
that referenced
this issue
May 11, 2021
2 tasks
Kadee80
added a commit
that referenced
this issue
May 12, 2021
Kadee80
added a commit
that referenced
this issue
May 12, 2021
2 tasks
Kadee80
added a commit
that referenced
this issue
May 19, 2021
Kadee80
added a commit
that referenced
this issue
May 19, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
Use useFormikContext to pass groups of
<Section>
s the props they need without drilling. This will let us parallelize work without merge conflicts for the UI work.Sections to break out
Note - as we break these out in their own components we should revisit ternary description text as either constants or i18n
Includes test coverage for each component
The text was updated successfully, but these errors were encountered: