You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Both v1 and v2 should be able to resolve their types.
Screenshots
N/A
Library version:
7.0.0
Additional context
It seems like there's a problem with the type inference somewhere down the line. I had a look through the core to see where it's inferring the type but I wasn't able to find the particular spot. If I could be pointed in the right direction I'd be happy to look into it.
The text was updated successfully, but these errors were encountered:
Describe the bug
In some cases, using the readonly modifier on an array causes type inference to break when using
updateGroup
in a nested fashion.To Reproduce
Steps to reproduce the behavior:
Consider the following piece of code:
Expected behavior
Both
v1
andv2
should be able to resolve their types.Screenshots
N/A
Library version:
7.0.0
Additional context
It seems like there's a problem with the type inference somewhere down the line. I had a look through the core to see where it's inferring the type but I wasn't able to find the particular spot. If I could be pointed in the right direction I'd be happy to look into it.
The text was updated successfully, but these errors were encountered: