Paul Roque
Paul Roque
**Reproduction repo:** https://github.com/pauloevpr/reproduction-vite-plugin-vue-2-props-issue When defining props using the `@Prop` decorator from `vue-property-decorator`, the props are undefined during the component's initilization when running in **Production**. If you take for instance the...
When using `createRouteAction` or `createServerAction$` to handle forms, if the server action issues a redirect, the client-side code will always perform a new navigation even if the redirect is to...
When passing history state to `` like this: ```jsx ``` the state is not available in the destination page/component. Calling `history.state` in the destination component's setup function or even within...
When passing history state to `` like this: ```jsx ``` the state is not available in the destination page/component. Calling `history.state` in the destination component's setup function or even within...