We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
is_hydrated
1 parent 76627c2 commit 1cb3864Copy full SHA for 1cb3864
reflex/.templates/web/utils/state.js
@@ -782,7 +782,7 @@ export const useEventLoop = (
782
// Route after the initial page hydration.
783
useEffect(() => {
784
const change_start = () => {
785
- const main_state_dispatch = dispatch["state"]
+ const main_state_dispatch = dispatch["reflex___state____state"]
786
if (main_state_dispatch !== undefined) {
787
main_state_dispatch({ is_hydrated: false })
788
}
0 commit comments