Closed tomivirkki closed 10 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
db915cb
) 95.49% compared to head (6baaa60
) 95.58%. Report is 4 commits behind head on main.:exclamation: Current head 6baaa60 differs from pull request most recent head 61c852f. Consider uploading reports for the commit 61c852f to get more accurate results
Files | Patch % | Lines |
---|---|---|
src/TabSheet.tsx | 95.83% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
There are two concepts in grid-pro edit column that cause problems with the React wrapper:
renderer
/editModeRenderer
) to render into the same root element.This PR tackles the issues by making the React-based renderers clear their managed content before grid-pro clears the cell content manually so that it becomes a non-action with React-based renderers and thus doesn't cause conflicts between the actual DOM vs virtual DOM state.
Fixes https://github.com/vaadin/react-components/issues/75
Type of change
Bugfix