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
bind and mapItem now optional for for list in both types and implementation (closes
Why list.bind and list.mapItem are required? #29)
variant will not require to specify all possible cases (for e.g. we need only a couple and render default for the rest). But it is still forced to add at least one possible case at types level, otherwise there is no sense to use variant at all