We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I try to use your component in an existing svelte project. Our Environment is:
Svelte v3.53.1 with typescript (v4.9.3) esbuild v0.15.18 for bundling
This error occurs in console:
In your internal code the error occurs here:
This is my basic test inside any component in our project:
<script lang="ts"> ... import AutoComplete from "simple-svelte-autocomplete" ... let selectedColor: string </script> <AutoComplete items="{['White', 'Red', 'Yellow']}" bind:selectedItem="{selectedColor}" />
I do not understand the problem. Hope you can help.
Best regards, Mario
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I try to use your component in an existing svelte project.
Our Environment is:
This error occurs in console:
In your internal code the error occurs here:
This is my basic test inside any component in our project:
I do not understand the problem.
Hope you can help.
Best regards,
Mario
The text was updated successfully, but these errors were encountered: