We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27fce0 commit e2ca1b9Copy full SHA for e2ca1b9
ui/extensions/hello/src/dist/app.js
@@ -4157,7 +4157,7 @@ function useFalconApiContext() {
4157
}
4158
4159
/**
4160
- * react-router v7.8.2
+ * react-router v7.9.1
4161
*
4162
* Copyright (c) Remix Software Inc.
4163
@@ -5553,7 +5553,7 @@ var isBrowser = typeof window !== "undefined" && typeof window.document !== "und
5553
try {
5554
if (isBrowser) {
5555
window.__reactRouterVersion = // @ts-expect-error
5556
- "7.8.2";
+ "7.9.1";
5557
5558
} catch (e) {
5559
0 commit comments