-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
I'm using v4.0.0-rc.9
with TypeScript a lot.
I wonder if it would be possible to preserve type information when using getIn
or setIn
.
const r = nested.getIn(['some', 'long', 'path']) // r: any :'(
Any TS pros out there, who could help with the TS declarations?
clarkbynum, cmfcmf, neet, G-Rath, rizadh and 11 more