The PR refactors date-picker to ensure that the initial rendering of Lit month calendars happens synchronously. This eliminates rendering differences between the Lit and Polymer versions, which were causing test failures in https://github.com/vaadin/web-components/pull/8187.
Description
The PR refactors
date-picker
to ensure that the initial rendering of Lit month calendars happens synchronously. This eliminates rendering differences between the Lit and Polymer versions, which were causing test failures in https://github.com/vaadin/web-components/pull/8187.Type of change