Shadow endpoint won't refresh data when url changes via goto
#3755
Answered
by
mustofa-id
mustofa-id
asked this question in
Q&A
-
Hi, I really like I trigger this function when navigate: function reload() {
const params = new URLSearchParams(paging)
goto('?' + params, { replaceState: true, keepfocus: true })
} is there another way that can I achieve this using here example project, there is two branches to compare.
Sorry my English. |
Beta Was this translation helpful? Give feedback.
Answered by
mustofa-id
Feb 18, 2022
Replies: 1 comment
Answer selected by
mustofa-id
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That was bug #3727 and fixed in #3925.