fix: fully remove react-router now that it is unused (#1317)

This commit is contained in:
Alex Hancock
2025-02-20 16:39:33 -05:00
committed by GitHub
parent 353bf4cddc
commit f509bafd07
15 changed files with 11 additions and 431 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const noWindowLocationHref = {
) {
context.report({
node,
message: 'Do not use window.location.href directly in Electron apps. Use React Router\'s navigate() instead.'
message: 'Do not use window.location.href directly in Electron apps. Use setView from the project instead'
});
}
}