carbon-design-system / carbon-components-vue

Vue implementation of the Carbon Design System
http://vue.carbondesignsystem.com
Apache License 2.0
608 stars 180 forks source link

fix: protect watcher against null calendar #1640

Closed davidnixon closed 1 month ago

davidnixon commented 1 month ago

Contributes to issue reported via slack

What did you do?

Protect the date picker calOptions watcher

Why did you do it?

Looks like from the stack there might be a timing issue where the calendar is still null but the calOptions is updated.

How have you tested it?

Code inspection

Were docs updated if needed?