Erez Arnon

Results 7 issues of Erez Arnon

``` > ObjectId.isValid("�½��ļ���.zip") true > ObjectId("�½��ļ���.zip") ObjectID(undefinedbdundefinedundefinedundefinedundefinedundefinedundefined2e7a6970) ```

The component forwards change events from its input. Those events don't conform to the change event type definition. ## Repro Steps to reproduce the problem: 1. Add a change handler...

docs
good first issue
discussion

### Describe the bug When using refs gotten through `bind:this`, typescript doesn't alert you if you access properties that don't exist. I'm guessing it's because interface `SvelteComponentDev` has `[accessor: string]:...

types / typescript

Started getting this error with 10.3.0. I believe the culprit is https://github.com/janosh/svelte-multiselect/commit/1b04c15eb71ba608c863562cb81e66bc24d21baf, which isn't in the changelog. Was it included intentionally?

bug
types