Closed tomivirkki closed 10 months ago
Delay grid column auto-width calculation until the cell content is rendered. Consider this a workaround until we discover a cleaner fix (running all the renderer updates as a batch inside a single flushSync call)
flushSync
Fixes https://github.com/vaadin/react-components/issues/215 Fixes https://github.com/vaadin/react-components/issues/219
Bugfix
Description
Delay grid column auto-width calculation until the cell content is rendered. Consider this a workaround until we discover a cleaner fix (running all the renderer updates as a batch inside a single
flushSync
call)Fixes https://github.com/vaadin/react-components/issues/215 Fixes https://github.com/vaadin/react-components/issues/219
Type of change
Bugfix