react-router 0.0.0-experimental-e53172d16 → 0.0.0-experimental-7b411a741
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/react-router.development.js +6 -2
- package/dist/react-router.development.js.map +1 -1
- package/dist/react-router.production.min.js +2 -2
- package/dist/react-router.production.min.js.map +1 -1
- package/dist/umd/react-router.development.js +6 -2
- package/dist/umd/react-router.development.js.map +1 -1
- package/dist/umd/react-router.production.min.js +2 -2
- package/dist/umd/react-router.production.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* React Router v0.0.0-experimental-
|
|
2
|
+
* React Router v0.0.0-experimental-7b411a741
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -9989,7 +9989,11 @@ function HydratedRouter() {
|
|
|
9989
9989
|
}, /*#__PURE__*/React.createElement(RemixErrorBoundary, {
|
|
9990
9990
|
location: location
|
|
9991
9991
|
}, /*#__PURE__*/React.createElement(RouterProvider, {
|
|
9992
|
-
router: router
|
|
9992
|
+
router: router,
|
|
9993
|
+
fallbackElement: null,
|
|
9994
|
+
future: {
|
|
9995
|
+
v7_startTransition: true
|
|
9996
|
+
}
|
|
9993
9997
|
}))), ssrInfo.context.future.unstable_singleFetch ? /*#__PURE__*/React.createElement(React.Fragment, null) : null)
|
|
9994
9998
|
);
|
|
9995
9999
|
}
|