Skip to content
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

Open
scarlac opened this issue Apr 14, 2021 · 5 comments
Open

Receiver sendMeData not found #26

scarlac opened this issue Apr 14, 2021 · 5 comments

Comments

@scarlac
Copy link

scarlac commented Apr 14, 2021

When pressing "Get Data" it triggers a flipper "crash":
image
With only this information available in the crash reporter:
image

I see no mentions of sendMeData anywhere other than

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

@pjcaro
Copy link

pjcaro commented Jun 14, 2021

@scarlac any update?

@scarlac
Copy link
Author

scarlac commented Jun 14, 2021

I gave up and abandoned Flipper entirely. It's not really good enough compared to other tools

@pjcaro
Copy link

pjcaro commented Jun 14, 2021

@scarlac Oh, what tools do you use to react native?

@scarlac
Copy link
Author

scarlac commented Jun 14, 2021

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.

@mattThousand
Copy link

I ran into this same issue - seems to only happen when nothing has been stored in AsyncStorage; after you've stored at least one item, the plugin works as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants