Closed FluffyDiscord closed 1 year ago
It must be related to the your app-specific code. The error is in place, where it expects object, but it is null
or undefined
. It means you have option list with invalid options. That's my guess 🤔
Only shows when built. I did not add the created option to the options
property so the select tried to access item on non existing index. After manually updating on creating the options prop array, it now works as intended.
Getting randomly the following error when
creatable
is enabledthe Dropdown.svelte you are using
Any tips why this might happen?