Page loading problem #1501
Unanswered
leidelosreyes
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why my page reloading when i'm start inputing on search input , here is the code.
watch(search, (value) => {
console.log(value);
Inertia.get(route('sample.index', { search: value }), {
preserveState: true,
replace: true
});
});
thanks!
Beta Was this translation helpful? Give feedback.
All reactions