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
{{ message }}
This repository was archived by the owner on Jul 23, 2021. It is now read-only.
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.
From @dinony on Tue, 19 Dec 2017 11:25:27 GMT
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.Copied from original issue: immutable-js#1463
The text was updated successfully, but these errors were encountered: