You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you click on the button "Toggle Flatpickr" the Flatpickr renders and works with date:
But if you use the mobile version of the browser and click the button two times to re-render it, it throws!
Uncaught (in promise) TypeError: Cannot set properties of undefined (setting 'tabIndex')
at buildMonthSwitch (eval at handle_message (about:srcdoc:14:8), <anonymous>:1723:51)
at jumpToDate (eval at handle_message (about:srcdoc:14:8), <anonymous>:1484:17)
at Object.setDate (eval at handle_message (about:srcdoc:14:8), <anonymous>:2823:13)
at $$self.$$.update (eval at handle_message (about:srcdoc:14:8), <anonymous>:3457:13)
at update (eval at handle_message (about:srcdoc:14:8), <anonymous>:335:16)
at flush (eval at handle_message (about:srcdoc:14:8), <anonymous>:299:21)
This happens in mobile only!
Why? What's the problem?
The text was updated successfully, but these errors were encountered:
I just found out another crazy issue!
REPL: https://svelte.dev/repl/c3a6591167c34bb48d28966fe83b22f2?version=3.59.1
If you click on the button "Toggle Flatpickr" the Flatpickr renders and works with date:
But if you use the mobile version of the browser and click the button two times to re-render it, it throws!
This happens in mobile only!
Why? What's the problem?
The text was updated successfully, but these errors were encountered: