Michael Osofsky
Michael Osofsky
I am also experiencing this issue, however, the Firebase Test Lab video doesn't even say "Test Starting...". I just see a white screen. The test passes on my Mac but...
I was able to get Firebase Test Lab to test a Flutter App by using this Espresso "bridge" https://pub.dev/packages/espresso. So instead of writing Flutter tests with the `integrationDriver` from `package:integration_test/integration_test_driver.dart`...
I also see this on version 7.2.1 of react-digraph. I don't know the solution but wanted to post the version info since there are newer versions of react-digraph available now.
I also see this warning in my application. It also seems to happen when zooming is still in progress and the user clicks on something that unmounts the component containing...
Renaming `selected` to `selectedNodeOrEdge` will help developers learn react-digraph faster and make fewer mistakes like the ones I blundered into in https://github.com/uber/react-digraph/issues/240#issuecomment-670979525.
@ludoch since I think you checked in this change I'm tagging you in case you have any input.
I had the same issue and solved it by calling WebView.setWebContentsDebuggingEnabled(true) as explained at https://developers.google.com/web/tools/chrome-devtools/remote-debugging/webviews. However, I did have to set my minSdkVersion to 19 in my module's build.gradle file...