We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
is_hydrated
1 parent c7e3052 commit 7d9ed7eCopy full SHA for 7d9ed7e
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