Git Product home page Git Product logo

Comments (9)

pdaddyo avatar pdaddyo commented on September 7, 2024 2

@zdila Thanks for reply. Good news - I managed to fix this without switching off strictNullCheck (with exact same package.json versions as you), by copying the react-router-redux typings into my own project and changing this line:

export const routerReducer: Reducer<RouterState>

to this

export const routerReducer: Reducer<RouterState, AnyAction>

See gist

I then instructed my project to always use these new typings here in the tsconfig.json:

Hope this helps you too!

from typesafe-actions.

piotrwitek avatar piotrwitek commented on September 7, 2024

Sorry but following the error message this issue clearly has nothing to do with this library.

from typesafe-actions.

zdila avatar zdila commented on September 7, 2024

Could you help me how to modyfy my code to not to need "strictFunctionTypes": false. I'll appreciate also if you forward me to better place for support. Thanks in advance.

from typesafe-actions.

piotrwitek avatar piotrwitek commented on September 7, 2024

It seems you have mismatched type definitions of react-router-redux and redux, you should investigate closely version you're using, I suspect you're using yarn which is very bugged in this regard and introduces a lot of duplicated packages, with JS you'll get away but with types there will be issues with compatibility of different versions

from typesafe-actions.

zdila avatar zdila commented on September 7, 2024

Thanks. I am using npm but I'll investigate according your suggestions.

from typesafe-actions.

piotrwitek avatar piotrwitek commented on September 7, 2024

So then please check if you are using redux@4 or even redux@4 types, this will clash because I think react-router-redux is still using redux@3

from typesafe-actions.

zdila avatar zdila commented on September 7, 2024

Relevant lines from our package.json:

"react": "16.3.2",
"react-dom": "16.3.2",
"react-redux": "5.0.7",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-router-redux": "5.0.0-alpha.9",
"redux": "4.0.0",
"typesafe-actions": "2.0.0-1",
"@types/react": "16.3.14",
"@types/react-dom": "16.0.5",
"@types/react-redux": "6.0.0",
"@types/react-router-dom": "4.2.6",
"@types/react-router-redux": "5.0.14",

from typesafe-actions.

pdaddyo avatar pdaddyo commented on September 7, 2024

@zdila I'm having same issue - did you manage to resolve this? Thanks in advance.

from typesafe-actions.

zdila avatar zdila commented on September 7, 2024

@pdaddyo I am still using workaround mentioned in the issue description.

from typesafe-actions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.