You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
If I use the Clear Table button in the plugin, the following crash is reported by flipper:
"onerror" event intercepted: Uncaught TypeError: Cannot read properties of undefined (reading 'setState')
{source: "file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js", lineno: 1558, colno: 40143, error: TypeError, stack: "TypeError: Cannot read properties of undefined (reading 'setState')
at clearTable (/Users/lorenzo.neumann/.flipper/installed-plugins/flipper-plugin-grpc/1.0.1/dist/bundle.js:1057:12)
at file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js:4266:1873
at trappedInteractionHandler (file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js:1581:3846)
at flipperTrackInteraction (file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js:1581:6176)
at handleClick (file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js:3435:6513)
at Object.Rb (file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js:1558:17891)
at Xb (file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js:1558:18056)
at Yb (file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js:1558:18110)
at rf (file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js:1558:39698)
at we (file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js:1558:40121)
at file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js:1558:45152
at gl (file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js:1558:115115)
at Nb (file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js:1558:17011)
at ld (file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js:1558:41452)
at jd (file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js:1558:25472)
at id (file:///Applications/Flipper.app/Contents/Resources/app.asar/bundle.js:1558:25260)"}
I am using Flipper version 0.211.0 (50.0.0).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I use the
Clear Table
button in the plugin, the following crash is reported by flipper:I am using Flipper version
0.211.0 (50.0.0)
.The text was updated successfully, but these errors were encountered: