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.
### Version: - `@inertiajs/svelte` version: 1.0.9 ### Describe the problem: I want to declare a wrapper for global inertia's `App` component without rewriting it whole: #### App.svelte ```svelte import Loading...
### Version: - `@inertiajs/vue3` version: 1.0.11/3.3.4 ### Describe the problem: Inertia does not open a new tab when i use the mouse middle click
There is form prop `recentlySuccessful` which is set to true for 2 seconds. Is there any way to set this prop to different time?
### Version: - `@inertiajs/vue3` version: 1.0.9 ### Describe the problem: I needed to implement lazy loading for a collection to mitigate the slowdown during the initial page visit. However, when...
### Version: - `nodejs` version: 18.12.1 - `@inertiajs/vue3` version: 3.2.45 - `@inertiajs/inertia` version: 0.11.1 - `@inertiajs/inertia-vue3` version: 0.6.0 - `ruby` version: 3.1.2 - `rails` version: 7.0.4 ### Describe the problem:...
### Version: - `@inertiajs/react` version: `v1.0.9` ### Describe the problem: variable typed by `interface` raises error when send with `router` method: This is a little bit annoying because my rule...
### Version: - `@inertiajs/svelte` version: 1.0.2, 1.0.3 ### Describe the problem: When a form is submitted, errors from backend passed to the helper error bag with setError However, when we...
### Version: - `@inertiajs/vue3` version: 1.2.0 ### Describe the problem: We are attempting to use inertia js with vue3 for our backend application but ran into some issues using the...
### Versions: - `@inertiajs/core` version: 1.2.0 - `@inertiajs/vue2` version: #.#.# - `@inertiajs/vue3` version: #.#.# - `@inertiajs/react` version: 1.2.0 - `@inertiajs/svelte` version: #.#.# ### Describe the problem: `packages/core/src/router.ts:354` sets the `Accept`...
Router only checks that `window.history.state` isn't empty, breaks when used with other frameworks
### Versions: - `@inertiajs/core` version: 1.2.0 - `@inertiajs/vue2` version: #.#.# - `@inertiajs/vue3` version: #.#.# - `@inertiajs/react` version: 1.2.0 - `@inertiajs/svelte` version: #.#.# ### Describe the problem: When navigating back/forward from...