developit / preact-redux

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

UMD Build: redux is undefined #12

Closed nicolasparada closed 7 years ago

nicolasparada commented 7 years ago

When using it from a CDN, redux is undefined because the redux global variable is capitalized. "Redux" not "redux".

developit commented 7 years ago

Ack! Good catch.

developit commented 7 years ago

Released as 2.0.1 :)

nicolasparada commented 7 years ago

Nice. I confirm that is working now.