Is there a limit of only 2 values that can be stored in a list in App State? When I look at the list from the FF page, I can see 5 values, but when I run the app and I try to load most than 2 values - index[0] and index[1] I get an error (red screen) stating that there are only two elements in the list.
Note that I test in both the FF test interface as well as simulators for Android and IoS and I get the same behavior.
Is there a workaround?