[v6] Typescript and redux-form/immutable
See original GitHub issueHello, i’m using packages:
"@types/redux-form": "^6.6.2",
"redux-form": "^6.6.2",
If i’m using in tsx file
import * as ReduxForms from 'redux-form'
all is good, but can’t use it as
import * as ReduxForms from 'redux-form/immutable'
i get error: Could not find a declaration file
Please, any ideas how to solve that? Is that problem of redux-form or https://github.com/DefinitelyTyped/DefinitelyTyped ? Thx for reply
Issue Analytics
- State:
- Created 6 years ago
- Comments:7
Top Results From Across the Web
Redux Form V6 typescript definition - Discover gists · GitHub
* This will be an Immutable Map if you are using Immutable JS. * @param previousAllValues All the values in the entire form...
Read more >Immutable JS Example - Redux Form
IMPORTANT: When you are using the immutable version of redux-form , the values that redux-form gives you for validation and submission will be...
Read more >Field - Redux Form
All the values in the entire form before the current change. This will be an Immutable Map if you are using Immutable JS....
Read more >Field - Redux Form
This will be an Immutable Map if you are using Immutable JS. ... This may be useful if you are using TypeScript. This...
Read more >v5 → v6 Migration Guide - Redux Form
In v6 , every single field is connected to the Redux store. The outer form component is also connected, but is connected in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s definitely a problem of DefinitelyTyped 😉
It would be amazing to have those typings maintained on our side (see #1211), because TypeScript is the most well-adopted typing variation of JS, but unfortunately we don’t have the workforce for this at the moment.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.