-
-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
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
Missing types information #1813
Comments
This was referenced Sep 28, 2023
metonym
added a commit
that referenced
this issue
Nov 6, 2023
metonym
added a commit
that referenced
this issue
Nov 6, 2023
The For the The correct prop to use on - <Select bind:value={selected} />
+ <Select bind:selected /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried using the form example from here but got the following errors from svelte LSP in Visual Studio Code:
After digging things up, I finally figured out that the shown properties are missing from the type definitions.
Is there any way to temporarily fix this while a patch is being made?
The text was updated successfully, but these errors were encountered: