Recompose: Fiddle is not working with React 16

Created on 27 Sep 2017  路  5Comments  路  Source: acdlite/recompose

The distributable has moved. See the console.output
https://jsfiddle.net/samsch/p3vsmrvo/2/

```
17:18:08.043 unpkg.com/[email protected]/dist/react.js Failed to load resource: the server responded with a status of 404 ()
17:18:08.043 unpkg.com/[email protected]/dist/react-dom.js Failed to load resource: the server responded with a status of 404 ()
17:18:08.044 unpkg.com/[email protected]/build/Recompose.js:7 Uncaught TypeError: Cannot use 'in' operator to search for 'default' in undefined
at unpkg.com/[email protected]/build/Recompose.js:7
at React__default (unpkg.com/[email protected]/build/Recompose.js:4)
at unpkg.com/[email protected]/build/Recompose.js:5
17:18:08.045 babel.js:60934 You are using the in-browser Babel transformer. Be sure to precompile your scripts for production - https://babeljs.io/docs/setup/
runScripts @ babel.js:60934
17:18:08.102 Inline Babel script:18 Uncaught TypeError: withStateHandlers is not a function
at :26:13
at run (babel.js:60802)
at check (babel.js:60868)
at loadScripts (babel.js:60909)
at runScripts (babel.js:60936)
at transformScriptTags (babel.js:324)
````

Most helpful comment

The most fun thing that you both found it in almost same time ;-)
May be you are twins?

All 5 comments

PR?

fixed, thank you

@fatso83 Whoops, I didn't see this issue and your fiddle before creating my pull. I noticed my other fiddles breaking and remembered the one here would be broken too.

Sorry for (unintentionally) ignoring you.

The most fun thing that you both found it in almost same time ;-)
May be you are twins?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

adrianmcli picture adrianmcli  路  3Comments

uriklar picture uriklar  路  4Comments

rndmerle picture rndmerle  路  3Comments

jethrolarson picture jethrolarson  路  4Comments

isubasti picture isubasti  路  3Comments