momentum-modal-plugin
momentum-modal-plugin copied to clipboard
This temporarily adds support to deep `only` to inertia until the feature lands in inertia ([#1247](https://github.com/inertiajs/inertia/pull/1247)) This PR is needed by https://github.com/lepikhinb/momentum-modal/pull/18 to correctly merge deeply nested props
I using the Momentum modal on SSR, but when browsing the page I see an error message in the SSR process: `TypeError: f.value is not a function`. The `f.value` is...
This PR is fix #9
I use Laravel 11, with Sail, Vite, Inertia, Tyepscript. The `vue-tsc` command was complaing that it was not able to find the types. ``` > sail npx vue-tsc --traceResolution resources/js/Layout/Main.vue:103:23...