acdlite / recompose

A React utility belt for function components and higher-order components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fiddle needs CDN update

jmargolisvt opened this issue · comments

The fiddle that's linked from the docs has a dead CDN link to recompose. It should be updated to https://cdnjs.cloudflare.com/ajax/libs/recompose/0.26.0/Recompose.js or similar.

Use new umd file should fix this problem. I created a PR #692 to update the fiddle link. :)

commented

Thank for reporting!