milankinen / react-combinators

[NOT MAINTAINED] Seamless combination of React and reactive programming
MIT License
93 stars 7 forks source link

Fix for React@0.15.1(replace cloneAndReplaceProps with cloneElement). #10

Closed brn closed 8 years ago

brn commented 8 years ago

Replace ReactElement.cloneAndReplaceProps with ReactElement.cloneElement, because ReactElement.cloneAndReplaceProps was removed in https://github.com/facebook/react/pull/6082.