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
I'm using v4.0.0-rc.9 with TypeScript.
I wonder why there is no get method in the Record interface without the NSV value.
It results in a lot of .get('..', null) calls. Since I know that there is already a value, given that a record factory already enforces that a value is always present for all keys, it seems unnecessary.