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
For this code, I get the following exception - but only when reloading the web app
When the exception was thrown, this was the stack:
dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 294:3 throw_
dart-sdk/lib/_internal/js_dev_runtime/private/js_array.dart 356:5 last]
packages/beamer/src/beamer_delegate.dart 975:35 [_setBrowserTitle]
packages/beamer/src/beamer_delegate.dart 760:9 <fn>
packages/flutter/src/widgets/basic.dart 7682:48 build
packages/flutter/src/widgets/framework.dart 5541:22 build
...
It’s highly likely that this is the issue. Make sure to place your Beamer declaration in the initState method or in your main.dart file, but definitely not in a build function.
Describe the bug
Bad State: no element
exception after web app reload (starting it works smoothly)
Beamer version: 1.6.0 (and 2.0.0-dev.1)
To Reproduce
Steps to reproduce the behavior:
For this code, I get the following exception - but only when reloading the web app
which is this code
Expected behavior
No Exception :-)
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: