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
Basically I'm creating new modifiable list from unmodifiable list.
I keep open the issue cuz i think it would be good to have options for developers to choose and make CustomSearch widget more flexible in use.
mqhamdam
changed the title
Unsupported operation: Cannot remove from an unmodifiable list
Bug when passing immutable list -> Unsupported operation: Cannot remove / add from an unmodifiable list
Mar 6, 2024
mqhamdam
changed the title
Bug when passing immutable list -> Unsupported operation: Cannot remove / add from an unmodifiable list
Runtime error when passing immutable list -> Unsupported operation: Cannot remove / add from an unmodifiable list
Mar 6, 2024
Error occurs using
multiSelect
factoryitemSerials
anditemSerialsList
are unmodifiable list (using freezed for immutability)is it possible to refactor remove/add events in immutable way?
or is it possible to give developer to handle events by callbacks?
The text was updated successfully, but these errors were encountered: