Closed 43081j closed 4 months ago
Not entirely sure if we should add this yet, but a third syntax could be helpful for migration
basically similar to JS itself:
// js syntax 'foo.bar[0]=baz'; // dot syntax 'foo.bar.0=baz'; // index syntax 'foo[bar][0]=baz';
storybook currently uses this syntax for example
Not entirely sure if we should add this yet, but a third syntax could be helpful for migration
basically similar to JS itself:
storybook currently uses this syntax for example