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
When using v.any() with combination of v.forward() I get following error:
v.any()
v.forward()
Type instantiation is excessively deep and possibly infinite.
When v.any() is changed for instance to v.record(v.string(), v.string()) the error dissapears.
v.record(v.string(), v.string())
Here is the playground link which reproduces this bug.
The text was updated successfully, but these errors were encountered:
Fix instantiation error for any in PathKeys type #929
145bc8b
Fixed in v1.0.0-beta.7 😎
Sorry, something went wrong.
a2b85b4
fabian-hiller
No branches or pull requests
When using
v.any()
with combination ofv.forward()
I get following error:When
v.any()
is changed for instance tov.record(v.string(), v.string())
the error dissapears.Here is the playground link which reproduces this bug.
The text was updated successfully, but these errors were encountered: