I've found a reference to a very similar issue, different error, but my issue is specific with ' a list' nested App State.
I've cleared all the 'defaults' info in the App State, but the app will load with an empty app state and work as expect, as soon as I clear the list of values, it throws Bad State: No Element , the widget being the page.
There are no conditionals currently appearing on any values in the is app state (they've been removed for error location)
Github: Data types getter error on Update App State #966
Is there a way to clear list data in an app state without creating a Null issue, or is this likely an extension of the bug mentioned above?
Any help would be really appreciated!
*If it's not persisted, it crashes when I try and set it.