-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Have you updated Vue FilePond, FilePond, and all plugins?
- [x] I have updated FilePond and its plugins
### D…
-
Hi,
This bug has been well documented in the existing report at https://github.com/inertiajs/inertia/issues/1550
It is still present, with no obvious and maintainable workaround. Makes it hard to in…
-
I am trying to display a progress bar for one my pages. According to the docs, I can use `router.on('start')` and pass in `nProgress.start()` as a callback.
However, that does not seem to work. I …
-
-
### 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({
…
-
I found 418 and 423 hydrating errors on my site build so I tested it on a fresh install in order to start adding components and find the issue. But i found the same issue on the default install.
Ho…
-
- 💡 Modal "window" to edit all task data
- [Edit card in HeadlessUI and InertiaJS modal - Trello Kanban](https://tallpad.com/series/trello-kanboard/lessons/edit-card-in-headlessui-and-inertiajs-moda…
-
When submitting a form using inertia form helper, and the backend controller return Response::back(), the form data will be cleared.
-
Hello,
Im getting this warning below, during SSR with Laravel + InertiaJS + Vue app.
```
[Vue warn]: Component is missing template or render function
```
So far, this is my code below:
``…
-
### TL; DR
Although I love the idea of the Hotwire stack, I have been very intrigued by the [Inertia.js approach](https://inertiajs.com/how-it-works) ever since I heard its creator Jonathan Reinink…