Open isAlmogK opened 6 months ago
What version of svelty-picker are you on? There is no such code on the latest version.
Edit: Seems you are on v3, which is too old. Try to update library to the latest.
"svelty-picker": "^3.6.1",
Try to update first, at least to v4 (which is the version, where this has been rewritten)
Well do and update you
Hi, we are using the svelty picket in our app, and we are running into an edge case where the app crashed. Further debugging this, we see it is something within the picker
qn.minuteSwitch is not a function
Seems to be happing here
'timeEl' variable is the Time element that's used in Component. Looks like because of timing issues 'timeEl' is not being loaded in time and that's why we can't access it's function