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
When creating a board similar to the example you can get the runtime error mentioned in the title when you drag items around. The error appears when the group item list is not of the exact runtime type List<AppFlowyGroupItem>.
Here is an example of something that would cause the error to be thrown:
When creating a board similar to the example you can get the runtime error mentioned in the title when you drag items around. The error appears when the group item list is not of the exact runtime type
List<AppFlowyGroupItem>
.Here is an example of something that would cause the error to be thrown:
A workaround is to use the
List.from
constructor:The text was updated successfully, but these errors were encountered: