-
Notifications
You must be signed in to change notification settings - Fork 3
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
Input - fix type error #66
Comments
Ah! Can you post a few more details about the usage if you're able? Didn't see this when using it in Dungeon Master but it may be a different usecase. I think I know what's up but some more context would be helpful if you can! |
Also, if you're using this within the context of a form, could you post that entire snippet (including the localForm instantiation) I'm adding a Controlled Input that can be used outside of a form, so that'll be in soon. |
Explicitly wants to use |
When using Input, the localform prop gives the following type error:
Input.d.ts(7, 5): The expected type comes from property 'localForm' which is declared here on type 'IntrinsicAttributes & InputProps & CustomInputProps'
The text was updated successfully, but these errors were encountered: