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
TypeScript Version: 3.7.x-dev.20200625
Search Terms:
Code
({ ...'' });
Expected behavior: pass Actual behavior: Spread types may only be created from object types.(2698) Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered:
This is the intended behavior since intentionally spreading a string is extremely rare
Sorry, something went wrong.
No branches or pull requests
TypeScript Version: 3.7.x-dev.20200625
Search Terms:
Code
Expected behavior:
pass
Actual behavior:
Spread types may only be created from object types.(2698)
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: