Error when adding item to empty list

Troubleshooting

After the last FF update my app broken, when i have a app state variable with a empty list (just created), when making a edit app state variable action with a ADD action adding a element created in that moment i get error as if the list is not just a empty list wth zero elements but like if the list is not initialized. Like if the list when delcared was declared "list = null" and not "list = []".
I had to create a custom function where i assign the value of "[]" to the whole list before adding a item to make the ADD to list work correctly after.
I 99% shure this has changed after the last update of FF where was added the debug Panel to the test mode and the recursive components, couple of days ago everithing was working fine.

Did you also get this error?
Thank you in advance.

What have you tried so far?

Assigning a empty array value to the list ("[]") with a custom function before adding a item, then worked but should not be necessary

Did you check FlutterFlow's Documentation for this topic?
No
5
5 replies