We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
v4.0.0-rc.9
getIn
setIn
const r = nested.getIn(['some', 'long', 'path']) // r: any :'(
Any TS pros out there, who could help with the TS declarations?