v7.1.1
🐛 Bug Fixes
- feat: typings update #33 (@AlexandrHoroshih)
bind
andmapItem
now optional for forlist
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