developit / preact-redux

:loop: Preact integration for Redux (no shim needed!)
https://npm.im/preact-redux
MIT License
288 stars 27 forks source link

TS: AnyComponent has Problem #29

Open zD98 opened 6 years ago

zD98 commented 6 years ago

https://github.com/developit/preact-redux/blob/0b98ca39c40908a569bd84725d762af3a4a92fc5/src/preact-redux.d.ts#L23

AnyComponent may be ComponentConstructor in preact-redux.d.ts

developit commented 6 years ago

Want to submit a PR?

scurker commented 5 years ago

Preact 8.4.0 just got released with the AnyComponent change. https://github.com/developit/preact/pull/1249

Do you think you could check to see if it's still an issue?