Eugen Istoc
Eugen Istoc
Although, this is a bit of an anti-pattern, it is possible to pass reactive props to dynamic components. A dynamic component would declare its props like so: ```ts defineProps() ```...
what about a playground in the root rather than in `packages` since the playground wouldn't be published to npm. it could be a simple vite/vue app set up with the...
You should already be getting proper type safety for `props` 🤔 If not, it may be a bug.
Please share a repro if possible.
Could you try adding `vue-component-type-helpers` as a dev dependency and see if it solves the issue? `pnpm add vue-component-type-helpers -D`
@benjamincanac we need to ensure that `vue-component-type-helpers` dependency is included when the module is installed. I know this was working before, maybe something changed.
Is there a workaround for this limitation at the moment?
Thanks for this @edimitchel I think it looks good. The `on` syntax makes better sense and its cleaner. I think it may be even a good idea to deprecate the...
@edimitchel Let me know if you need some help with this
Thanks for the suggestion, but I believe the `domain` property also needs to be supported in this module as well so the configuration can be passed it: ![CleanShot 2024-08-07 at...