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
Then it all seems to work just fine.
Might need more testing with some other deep object scenarios, but it seems to work so far for me in the case above.
The text was updated successfully, but these errors were encountered:
The type for KeyConfiguration doesn't allow for a child key to contain a simple string next to other KeyConfigurations.
It errors out on
token
saying it's not assignable to type of KeyConfiguration.If I modify the type to be
Then it all seems to work just fine.
Might need more testing with some other deep object scenarios, but it seems to work so far for me in the case above.
The text was updated successfully, but these errors were encountered: