Atif Bashir

Results 5 comments of Atif Bashir

Had the same issue with in Laravel 9. The solution by @howard-mintus-zz worked. @joedixon please update it

@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...