I'm working with two date pickers in my solution, Begin and End. End date picker has min attribute set dynamically and sometimes it can be null. When it's set to null I get the error "Cannot read properties of null (reading 'getFullYear')" in browser console and the End date picker kinda breaks, I can't enable or disable it. You have to refresh the page after that.
I'm attaching a sample test:
https://stackblitz.com/edit/alvagabriel-overlap-axisy-ryr5y3
Please let me know if there's something I'm doing wrong or if this is a bug. Thank you.