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
// If new prompt is not the url prompt, remove promptId from url
79
+
if(newPrompt.id!==urlPromptId){
80
+
searchParams.delete('promptId')
81
+
setSearchParams(searchParams)
82
+
}
82
83
}
83
84
84
-
// Time for a quick sync :D --- really this is what you get when using the local storage to hold some data that is also on the server. basically having to build our own sync engine lol.
0 commit comments