-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receiver sendMeData not found #26
Comments
@scarlac any update? |
I gave up and abandoned Flipper entirely. It's not really good enough compared to other tools |
@scarlac Oh, what tools do you use to react native? |
React Native Debugger. It wraps several tools into 1 app: Redux, Console, Async Storage, Network inspector, React component tree. However the Async Storage debugging is poor. Hence my search for a solution. |
I ran into this same issue - seems to only happen when nothing has been stored in |
When pressing "Get Data" it triggers a flipper "crash":


With only this information available in the crash reporter:
I see no mentions of sendMeData anywhere other than
rn-async-storage-flipper/packages/flipper-plugin-async-storage/index.js
Line 69 in ccc5c5c
But I see no attempts to register this receiver or anything like it.
I'm using Flipper 0.81.0 but also tried the most recent 0.84 (which has a performance regression issue).
Any idea what could cause this? From what I can tell it's using client.call() which is deprecated:
https://fbflipper.com/docs/extending/js-plugin-api
The text was updated successfully, but these errors were encountered: