ms2d

Results 4 comments of ms2d

This does not make any sense to me. If `packageA` depends on `[email protected]`, and I later bump B to `v2.0.0`, nothing has changed for `packageA` (it still depends on `[email protected]`)....

I am getting the same warning. If I entirely delete the contents of a `` component, I receive a warning: [Vue warn]: Invalid event arguments: event validation failed for event...

Is there any chance of this getting unblocked soon? If not, could someone suggest maximum version numbers and/or an install procedure for continuing to use the vue-addon with Storybook 7?

Looks like adding `docs` with `format` set to `dedent` does the trick: /** @type { import('@storybook/vue3').Preview } */ import '../src/style.css'; const preview = { parameters: { actions: { argTypesRegex: '^on[A-Z].*'...