Atif Bashir
Atif Bashir
Had the same issue with in Laravel 9. The solution by @howard-mintus-zz worked. @joedixon please update it
I am also getting the same issue. Has anyone got the solution?
Waiting for the new documentation with vite
@jerwinaton Can't open the sandbox link which you have shared
Instead of doing anything with the `props` directly, create new variables and reference the props using those. Cause of the issue: ``` const props = defineProps({ foo: String }); props.foo...