fix a jump on user profile map move & recenter

This commit is contained in:
2025-01-21 19:51:58 -07:00
parent b9fedcd3fd
commit 0576fc4187
3 changed files with 10 additions and 7 deletions

View File

@@ -279,9 +279,7 @@ const errorHandler = (
) => {
// Handle the error here
console.error("Caught in top level error handler:", error, to, from);
alert(
"Something is very wrong. We'd love if you contacted us and let us know how you got here. Thank you!",
);
alert("Something is very wrong. Try reloading or restarting the app.");
// You can also perform additional actions, such as displaying an error message or redirecting the user to a specific page
};