Open Terranic opened 10 months ago
@Terranic Try declaring your BeamerDelegate outside of the build method.
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.
@Terranic Is this still an issue?
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.