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
The store value is of type any because of references.
This is from the Code // usually the same type as the value, but not always (such as with references)
Maybe we need to cast the Model type if it's not a reference
Bug report
Sandbox link or minimal reproduction code
Describe the expected behavior
Typescript inferring the oldValue & newValue as ScalarNode
Describe the observed behavior
TypeScript inferring the oldValue & newValue as string
The text was updated successfully, but these errors were encountered: