vaadin / react-components

15 stars 4 forks source link

fix: delay grid column auto-width calculation #223

Closed tomivirkki closed 10 months ago

tomivirkki commented 10 months ago

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