Skip to content
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

Form Validate: Type Mismatch Error #1369

Closed
dalirnet opened this issue Feb 18, 2024 · 0 comments · Fixed by #1370
Closed

Form Validate: Type Mismatch Error #1369

dalirnet opened this issue Feb 18, 2024 · 0 comments · Fixed by #1370
Labels
bug Something isn't working

Comments

@dalirnet
Copy link
Contributor

Environment

Version

v2.13.0

Reproduction

https://stackblitz.com/edit/nuxt-ui-st7uxf

Description

The type mismatch in the following files leads to the occurrence of a type-check error.

Files
Errors
  • Argument of type 'string | string[] | undefined' is not assignable to parameter of type 'string | undefined'.
  • Type 'string[]' is not assignable to type 'string'.
Related to

Additional context

No response

Logs

No response

@dalirnet dalirnet added the bug Something isn't working label Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant