The 0.62.0 release of Flipper throws the following error when running React Native 0.63.3 on an iOS 14 simulator:
TypeError: Cannot read property 'type' of undefined
at ReduxViewer.buildRow (/Users/mb/.flipper/thirdparty/flipper-plugin-redux-debugger/dist/bundle.js:872:81)
at /Users/mb/.flipper/thirdparty/flipper-plugin-redux-debugger/dist/bundle.js:892:42
at Array.map (<anonymous>)
at ReduxViewer.render (/Users/mb/.flipper/thirdparty/flipper-plugin-redux-debugger/dist/bundle.js:892:28)
at gi (file:///Applications/Flipper.app/Contents/Resources/app/bundle.js:53:70042)
at fi (file:///Applications/Flipper.app/Contents/Resources/app/bundle.js:53:69837)
at $r (file:///Applications/Flipper.app/Contents/Resources/app/bundle.js:53:105595)
at Qj (file:///Applications/Flipper.app/Contents/Resources/app/bundle.js:53:96846)
at Kj (file:///Applications/Flipper.app/Contents/Resources/app/bundle.js:53:96771)
at yj (file:///Applications/Flipper.app/Contents/Resources/app/bundle.js:53:93806)
at file:///Applications/Flipper.app/Contents/Resources/app/bundle.js:53:45426
at e.unstable_runWithPriority (file:///Applications/Flipper.app/Contents/Resources/app/bundle.js:55:3870)
at cg (file:///Applications/Flipper.app/Contents/Resources/app/bundle.js:53:45135)
at fg (file:///Applications/Flipper.app/Contents/Resources/app/bundle.js:53:45371)
at gg (file:///Applications/Flipper.app/Contents/Resources/app/bundle.js:53:45306)
at Mj (file:///Applications/Flipper.app/Contents/Resources/app/bundle.js:53:94095)
The
0.62.0
release ofFlipper
throws the following error when running React Native0.63.3
on aniOS 14
simulator: