When observe() a MST node's primitive property, TypeScript get the wrong type of oldValue & newValue #2104
Replies: 1 comment
-
have shift this to an Issue, see:#2105 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TypeScript infer the oldValue & newValue to string while actually a ScalarNode with storedValue.
code :
Beta Was this translation helpful? Give feedback.
All reactions