Closed shajz closed 1 week ago
The error thrown when an array value is passed to a <lu-multi-select withSelectAll /> is imprecise. It refers to a non-exported type which is misleading.
<lu-multi-select withSelectAll />
This PR fixes that and refers to the exported type used by this directive.
:woman_cook: https://lucca-front.lucca.tech/PR-3222/storybook
Description
The error thrown when an array value is passed to a
<lu-multi-select withSelectAll />
is imprecise. It refers to a non-exported type which is misleading.This PR fixes that and refers to the exported type used by this directive.