lepikhinb / momentum-modal

MIT License
442 stars 26 forks source link

Cannot read properties of null (reading 'props') #49

Closed EfrenColin closed 1 year ago

EfrenColin commented 1 year ago

I was working with laravel 10 dev, but now that it was released, updated and now when compiling with npm run dev with vite, it shows me this message Cannot read properties of null (reading 'props') error debug

vite v4.1.1 laravel v10.0.0 plugin v0.7.4

JasperTey commented 1 year ago

I also encountered this earlier today, but narrowed it down to the @inertiajs/vue3 1.0.1 release: https://github.com/inertiajs/inertia/releases/tag/v1.0.1

Locking @inertiajs/vue3 to 1.0.0 in package.json was the temporary solution, for now.

lepikhinb commented 1 year ago

This should work well now with v0.2.1.

npm install momentum-modal@latest

Let me know if the issue persists.

boring-dragon commented 1 year ago

I am also getting the following exception. Tried with new version as well

EfrenColin commented 1 year ago

I updated the dependency and it worked correctly, thank you very much, great job