You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to: state (assoc (js->clj (get-history-state)) :scroll-top scroll-top)]
should make Clerk play nice with other code that also makes use of the history state.
[1] I have tested it now and it seems to work.
The text was updated successfully, but these errors were encountered:
Please consider only modifying the history state and not completely overwriting it.
I haven't tested it but[1] changing this line:clerk/src/clerk/core.cljs
Line 125 in a78d3bd
to:
state (assoc (js->clj (get-history-state)) :scroll-top scroll-top)]
should make Clerk play nice with other code that also makes use of the history state.
[1] I have tested it now and it seems to work.
The text was updated successfully, but these errors were encountered: