jk-gan / flipper-plugin-redux-debugger

Flipper plugin for Redux in React Native
MIT License
117 stars 20 forks source link

TypeError: Cannot read property 'nativePerformanceNow' of undefined #14

Closed maxpotemkin closed 4 years ago

maxpotemkin commented 4 years ago

Thanks for plugin.I'm getting the following error on version 1.1.0

TypeError: Cannot read property 'nativePerformanceNow' of undefined

version 1.0.1 works fine

plwai commented 4 years ago

@maxpotemkin Thanks for the feedback. V 1.1.0 migrates flipper spec to v2. Upgrade Flipper app will solve this issue.

maxpotemkin commented 4 years ago

Thanks