File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/compositional-data-manipulation-using-lenses Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -782,9 +782,9 @@ <h2>Questions?</h2>
782
782
< script type ="text/javascript " src ="https://unpkg.com/ramda/dist/ramda.js "> </ script >
783
783
< script type ="text/javascript " src ="https://unpkg.com/kefir/dist/kefir.js "> </ script >
784
784
< script type ="text/javascript " src ="https://unpkg.com/prop-types/prop-types.js "> </ script >
785
- < script type ="text/javascript " src ="https://unpkg.com/react/dist /react.js "> </ script >
785
+ < script type ="text/javascript " src ="https://unpkg.com/react/umd /react.development .js "> </ script >
786
786
< script type ="text/javascript " src ="https://unpkg.com/karet/dist/karet.js "> </ script >
787
- < script type ="text/javascript "> window . React = karet . default </ script >
787
+ < script type ="text/javascript "> window . React = Object . assign ( React , karet ) </ script >
788
788
< script type ="text/javascript " src ="https://unpkg.com/kefir.combines/dist/kefir.combines.js "> </ script >
789
789
< script type ="text/javascript " src ="https://unpkg.com/kefir.atom/dist/kefir.atom.js "> </ script >
790
790
< script type ="text/javascript " src ="https://unpkg.com/karet.util/dist/karet.util.js "> </ script >
You can’t perform that action at this time.
0 commit comments