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/react` version: 1.0.14 ### Describe the problem: I noticed an issue working on a new Inertia React/Laravel app where page navigations via `Link` would suffer what looked...

bug
react

### Discussed in https://github.com/inertiajs/inertia/discussions/1797 Originally posted by **nikkhil31** February 12, 2024 I have two layouts: 1. Main layout 2. Admin layout Both layouts have different themes, hence different CSS. When...

### Versions: - `@inertiajs/core` version:1.0.14 - `@inertiajs/react` version: 1.0.14 ### Describe the problem: When importing types in a project with `NodeNext` as `module` and `moduleResolution` in `tsconfig.json`, the types are...

bug

### Version: - `@inertiajs/vue3` version: 1.0.14 ### Describe the problem: Having code like this on a page: ```js const loading = ref(true) onMounted(() => { router.reload({ only: [ 'totalUsage' ],...

I'm using a generic component for Create/Update forms. The difference between the two is `values` parameter passed to Update form. ``` const GenericForm: React.FC = ({ fields, values = null,...

react

### Version: - `@inertiajs/svelte` version: 1.0.14 ### Describe the problem: First reported on #1436 but got closed because of cleanup process. ``` was created with unknown prop 'initialPage' [@inertiajs_svelte.js:6866:15](http://[::1]:5173/node_modules/.vite/deps/@inertiajs_svelte.js?v=965059e3) was...

svelte

### Version: "@inertiajs/vue3": "^1.0.14" ### Describe the problem: When the property of the data option object is removed, reload will not remove the corresponding query string from the URL. The...

add `restoreScrollPositions()` in `setPage()` method if we have scroll-region. Use `this.page` instead of `page`. This is related to [#1211](https://github.com/inertiajs/inertia/issues/1211) In line 454 : `console.log(page.scrollRegions)` is always undefined, and I don't...

### Version: - `@inertiajs/react` version: 1.0.9 ### Describe the problem: I'm re-reporting an issue which was closed in the recent reset of issues, the original is #1131 When using `useForm`...

react

### Version: - `@inertiajs/react` version: latest ### Describe the problem: Hi guys, I'm coming from nextjs to inertiajs, really a good product and I love it. But there's a route...

react