Martin Skočík
Martin Skočík
> Thanks @mskocik - will test out and report back Let me know If you would need to clarify something, why it's done this way. > Added a monthly sponsorship...
Youy provided no example code, but is your issue the same as #168?
Can you provide working example? Or IF the list is provided with backend call, can't you just pass it as `fetch` parameter? When `fetch` is set and there is no...
@leifwalsh and @jereyi I would like to fix this in v4, but it's impossible without reproduction example. Can you provide example in [REPL](https://svelte.dev/repl) or in [sveltelab.dev](https://www.sveltelab.dev/)
Check in v4 if it's resolved, re-open otherwise. Thanks.
Works for me, even in svelte repl.  Also export declaration is defined in package.json, so everything should be ok https://github.com/mskocik/svelty-picker/blob/60f81f4301eca9bc47cb638c229738a9d6dd7992/package.json#L22-L24 Some reproducible example would be needed.
This is related somehow to using typescript... When I tried to google something, I found if I add `moduleResolution` to `tsconfing.json` it disappears.  I have no idea if it...
This is weird, because setting value to `null` works correctly. I would need reproducible example. The error from your log is probably referring to this line: ```js (stringValue || '').split(',')...
@bluepuma77 Are you sure you are binding string as a value?
yes, passing the Date would explain given error. String is expected, Date objects are used internally. But they are exported on `dateChange` event, if that would help your use case.