Closed AkshatJawne closed 1 month ago
Attention: Patch coverage is 22.22222%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 46.64%. Comparing base (
ec9b41e
) to head (983f35e
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
packages/components/src/spectrum/CheckboxGroup.tsx | 0.00% | 7 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Cannot verify in styleguide as labels are currently blank due to latest core change @bmingles , will update and add examples as soon as that is fixed
Cannot verify in styleguide as labels are currently blank due to latest core change @bmingles , will update and add examples as soon as that is fixed
@AkshatJawne I don't think those are related. The labels that are missing are in the ListView right?
Ironed out comments, not sure why the String(child) is resulting in booleans resulting in null showing up as the text, @bmingles any ideas?
Should be good now, I still had to clone element, or else when we passed in Checkbox children, then the value would not be assigned properly, and thus selecting one would select all of them. @bmingles
I think the unit test failures are at least in part to needing a rebase / merge on latest main.
@AkshatJawne Code looks good. I think e2e tests may need to be updated.
Attempting to update snapshots right now, running into some difficulty, will update them soon hopefully.
Resolves #2211
Needed for changes in plugins PR: https://github.com/deephaven/deephaven-plugins/pull/813