You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new usePoll() composable works without any argument. That means it will just work every Millisecond and quickly crash the server if you just insert usePoll(). The expected result for me would be a sensible default (Like 2,5 Seconds as in Livewire) or at least a warning, that you have to pass a number.
Versions:
@inertiajs/core
version: #.#.#@inertiajs/vue2
version: #.#.#@inertiajs/vue3
version: 2.0.3@inertiajs/react
version: #.#.#@inertiajs/svelte
version: #.#.#Describe the problem:
The new
usePoll()
composable works without any argument. That means it will just work every Millisecond and quickly crash the server if you just insertusePoll()
. The expected result for me would be a sensible default (Like 2,5 Seconds as in Livewire) or at least a warning, that you have to pass a number.Steps to reproduce:
This is all you need
The text was updated successfully, but these errors were encountered: