question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[v6] Typescript and redux-form/immutable

See original GitHub issue

Hello, 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:closed
  • Created 6 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
gustavohenkecommented, Jun 4, 2017

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.

0reactions
lock[bot]commented, Jun 24, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found