My effect dont call API twice on refresh page #3642
Answered
by
giovannidias1
giovannidias1
asked this question in
Q&A
-
I need the effect to run twice. One in the SSR and another in the browser but this is not happening it calls the effect of success but does not call the API my component calls
My effect
|
Beta Was this translation helpful? Give feedback.
Answered by
giovannidias1
Nov 8, 2022
Replies: 1 comment
-
I found the problem, the problem are in BrowserTransferStateModule, i add param different everytime when make the call |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
giovannidias1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the problem, the problem are in BrowserTransferStateModule, i add param different everytime when make the call