AlexReff

Results 5 comments of AlexReff

I encountered this as well, and did not find any solutions posted anywhere. I was able to fix this by moving my call to `next(action)` to the top of my...

> If you're using Preact X (preact@10+), please use the official react-redux library.

Update: it looks as though the core issue _might_ be the type definition of `@types/react-redux`'s `connect` function. I have not encountered any actual functional bugs outside of this type 'mismatch'...

I don't believe there is a `connect` function exported in `preact/compat` - and using `Component` from `preact/compat` doesn't change this outcome. I think the issue lies with `@types/react-redux` and not...

Would you accept a pull request with a note for Typescript users, or are you planning on having entirely separate documentation for Typescript?