developit / preact-redux

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

Duplicated typings with preact v8.4.1? #37

Closed pmkroeker closed 5 years ago

pmkroeker commented 5 years ago

The updated typings work great for preact v8.3.1 but in v8.4.1 there seems to be a bit of an overlap. I have documented the issue here. I have 2 separate builds with preact installed, and the one with preact v8.4.1 and no preact-redux seems to build fine, but the one with preact-redux throws a bunch of errors. I'll look into the issue, but if anyone has some thoughts about what may be the issue that would be super!

pmkroeker commented 5 years ago

Closing as the issue was not updating a version of preact in a parent folder...file cleanup was needed and fixed the issue.