inertia
inertia copied to clipboard
Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
# Versions **package.json** - `@inertiajs/inertia` version: 0.9.2 / 0.0.10 - `@inertiajs/inertia-vue` version: 0.6.2 / 0.7.1 **composer.json** - `inertiajs/inertia-laravel` version 0.4.2 - `laravel/framework` version 8.40 / 8.50 # Describe the problem...
### Versions: - `@inertiajs/inertia` version: 0.10.1 - `@inertiajs/inertia-vue3` version: 0.5.2 ### Describe the problem: I'm using vue.draggable.next to add a drag and drop functionality on my page. However, the object...
### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-react` version: 0.8.0 ### Describe the problem: In the types for the Inertia form components, [`InertiaFormProps`](https://github.com/inertiajs/inertia/blob/85b5694dea5c6193809e9ddd4eada4dfee054f7f/packages/inertia-react/index.d.ts#L79) defines the `errors` object as `Record`. Rails...
### Discussed in https://github.com/inertiajs/inertia/discussions/1167 Originally posted by **xaviermaster** May 3, 2022 Hi, I am currently working with inertiajs/inertia-laravel": "^0.5.4" and using the new versions of react and react-dom:18 the problem...
### Versions: - `@inertiajs/inertia` version: 0.10.1 - `@inertiajs/inertia-vue3` version: 0.5.2 - `inertiajs/inertia-laravel` version: 0.5.4 ### Describe the problem: I'm trying to have the scroll position preserved on a side menu,...
I've followed the steps in [inertiajs.com](https://inertiajs.com/) to set up laravel, inertia and svelte but when I spin up a php server, these errors are shown in the browser: ``` Uncaught...
### Discussed in https://github.com/inertiajs/inertia/discussions/998 Originally posted by **ZeoKnight** December 8, 2021 Can this line be removed from InertiaLink in React? With the `as.toLowerCase()` included, this blocks the ability to render...
### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-vue3` version: 0.6.0 ### Describe the problem: Each time a modal is rendered I get this console warning from Lighthouse in Chrome Devtools:...
### Versions: - `@inertiajs/inertia` version: 0.11.0 ### Describe the problem: When using the get method without formData and passing an array of objects, the serialization of the array is wrong...
I've followed this https://tsukie.com/en/technologies/debug-laravel-web-application-in-docker-with-xdebug-and-phpstorm/ to try to setup xdebug to work with my app running locally (on docker) but it does not work. Is there a guide on how to...