svelte-datepicker
svelte-datepicker copied to clipboard
Fix: Cannot read property ‘extend’ of undefined
Fixes #56.
I have used a hack in my project (in this commit which is "a bit" similar, but it's a hack, not a fix.
The main problem is that dayjs is undefined after being imported, and I have no idea why 😕
However, this seems like a common issue in dayjs.
Oh, I'll look for a fix and if that's available, I can add it and make a PR.
Hello,
A possible solution here : https://github.com/beyonk-adventures/svelte-datepicker/issues/61