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

For this issue the problem I raised here [#1325](https://github.com/inertiajs/inertia/issues/1325), I patch it by adding ReactNode and ReactNode[] types to the InertiaHeadProps type of the source code at the index.d.ts file....

### Versions: - `@inertiajs/inertia` version: 0.9.2 - `@inertiajs/inertia-vue3` version: 0.4.7 ### Describe the problem: I am using [Vue 3 Draggable](https://github.com/SortableJS/vue.draggable.next) package. In the event of dragging an element, I execute...

vue 3

### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-vue3` version: 0.6.0 ### Describe the problem: When a page, for example, an edit form contains a `scroll-region` and we use either the...

bug

### The problem: The typings for the type `InertiaHeadProps` only lists an optional 'title', but they should also list an optional 'children' propertly This would stop Typescript from complaining with...

react

### Versions: - `@inertiajs/inertia` version: 0.11.1 - `@inertiajs/inertia-react` version: 0.8.1 ### Describe the problem: The methods exposed by the return of the useForm hook are not stable. At each rendering,...

react

I have used a persistence layout where two slots (scoped slots) are present. Now I can't use that multiple scoped slots in my pages to push content in a layout....

vue 2

The current type definition for the Head component relies on React.FC, which as of React version 18 does not implicitly include the `children` prop. This results in typescript errors when...

### Versions: "@inertiajs/inertia": "^0.11.0", "@inertiajs/inertia-vue3": "^0.6.0", ### Steps to reproduce: I am transforming a nested `props` object into a `form`: ``` const props = defineProps({ news: Object // {{ id:...

**Versions:** - @inertiajs/inertia version: 0.11.1 - @inertiajs/inertia-vue3: ^0.6.0 - @inertiajs/server: ^0.1.0 - @vue/server-renderer": "^3.2.40 - vue: ^3.2.40 - vite: ^3.0.0 **Describe the problem:** Getting error "TypeError: createServer is not a...

### Versions: - `@inertiajs/inertia` version: 0.11.1 - `@inertiajs/inertia-react` version: 0.8.1 ### Describe the problem: The javascript event listeners are not attached to the HTML even after `hydrating`. Example: let's assume...

react