Skip to content

fix(Form): Use shared context for Form and FormItem #275

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

Merged
merged 2 commits into from
Jan 21, 2020
Merged

Conversation

MarcusNotheis
Copy link
Contributor

every form item had his own context as it was part of the bundled file. Now the Form shares a context with the FormItems.

Fixes #274

every form item had his own context as it was part of the bundled file. Now the Form shares a context with the FormItems.

Fixes #274
@codecov-io
Copy link

codecov-io commented Jan 21, 2020

Codecov Report

Merging #275 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #275   +/-   ##
=======================================
  Coverage   73.82%   73.82%           
=======================================
  Files         161      161           
  Lines        3538     3538           
  Branches      615      615           
=======================================
  Hits         2612     2612           
  Misses        724      724           
  Partials      202      202
Impacted Files Coverage Δ
packages/main/src/components/Form/index.tsx 89.28% <ø> (ø) ⬆️
...ckages/main/src/components/Form/FormItem/index.tsx 96.55% <100%> (ø) ⬆️
...src/components/Form/CurrentViewportRangeContext.ts 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2211d4a...090005c. Read the comment docs.

@MarcusNotheis MarcusNotheis merged commit b403bdc into master Jan 21, 2020
@MarcusNotheis MarcusNotheis deleted the fix/274 branch January 21, 2020 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FormItem: Style is broken
3 participants