@forge/react
11.18.0-next.011.18.0-next.1
out/router/components/ParamsContext.js+
out/router/components/ParamsContext.jsNew file+5
Index: package/out/router/components/ParamsContext.js
===================================================================
--- package/out/router/components/ParamsContext.js
+++ package/out/router/components/ParamsContext.js
@@ -0,0 +1,5 @@
+"use strict";
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.ParamsContext = void 0;
+const react_1 = require("react");
+exports.ParamsContext = (0, react_1.createContext)(null);