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
In our fork of this repository, when the remote node connection fails (for example because we haven't setup our custom types), the networkName variable becomes null, it displays error MobXCaughtException NoSuchMethodError: The getter 'isNotEmpty' was called on null.
Also after updating to the latest version of mobx, flutter_mobx, and mobx_codegen, it provided a different error message A build function returned null. The offending widget is: Observer.
The text was updated successfully, but these errors were encountered:
ltfschoen
added a commit
to DataHighway-DHX/app
that referenced
this issue
May 18, 2020
In our fork of this repository, when the remote node connection fails (for example because we haven't setup our custom types), the
networkName
variable becomes null, it displays errorMobXCaughtException NoSuchMethodError: The getter 'isNotEmpty' was called on null
.Also after updating to the latest version of
mobx
,flutter_mobx
, andmobx_codegen
, it provided a different error messageA build function returned null. The offending widget is: Observer
.The text was updated successfully, but these errors were encountered: