inertia icon indicating copy to clipboard operation
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.

Results 260 inertia issues
Sort by recently updated
recently updated
newest added

### Version: - `@inertiajs/vue3` version: 1.0.15 ### Describe the problem: I am following the SSR instructions outlined here: [https://inertiajs.com/server-side-rendering](https://inertiajs.com/server-side-rendering) and am getting this error when I run `php artisan inertia:start-ssr`...

### Version: - `@inertiajs/react` version: 1.0.11 ### Describe the problem: When using components that are lazy load with React Suspense the following error is thrown in the browser console: ```...

react

Very simple change to allow users to disable the progress bar on a per request basis. Seems like demand is fairly high from https://github.com/inertiajs/inertia/discussions/124, and I've had the use case...

### Version: - `@inertiajs/react` version: 1.0.14 ### Describe the problem: I have setup SSR for my Laravel Vite MUI TSX Application and it's rendering just fine in the browser and...

bug
react

_**Disclaimer:** I'm open to ideas on how to address this in a better way here. This isn't the same as the `popstate` custom handler people have proposed in other issues/PRs._...

### Version: - `@inertiajs/react` version: 1.0.14 ### Describe the problem: The application crashes when navigating through the browser history using the **go back** & **go forward** buttons if the `useRemember`...

react

Fix #1733 Fix #1621 # Overview When routing between layouts, Svelte ([v4.1.0 and above](https://github.com/inertiajs/inertia/issues/1621#issuecomment-1775805874)) will not slot in the pages correctly. This PR implements additional logic with a key block...

This is my (attempted) fix for https://github.com/inertiajs/inertia/issues/1802. I outlined the issue in detail there but tl;dr: - Inertia/React creates a race condition when changing pages, where resetting the scroll position...

react
core

Hi, I'm using react and I run into a bug where I have a [scroll-region] element and after navigating back, the scroll position is not restored, even though the page...

react
core