@react-router/dev 0.0.0-experimental-fbc98d36c → 0.0.0-experimental-6336d71a9

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/routes.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v0.0.0-experimental-fbc98d36c
2
+ * @react-router/dev v0.0.0-experimental-6336d71a9
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v0.0.0-experimental-fbc98d36c
2
+ * @react-router/dev v0.0.0-experimental-6336d71a9
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/vite.d.ts CHANGED
@@ -8,6 +8,4 @@ type ReactRouterVitePlugin = () => Vite.Plugin[];
8
8
  */
9
9
  declare const reactRouterVitePlugin: ReactRouterVitePlugin;
10
10
 
11
- declare function reactRouterRSCVitePlugin(): Vite.PluginOption[];
12
-
13
- export { reactRouterVitePlugin as reactRouter, reactRouterRSCVitePlugin as unstable_reactRouterRSC };
11
+ export { reactRouterVitePlugin as reactRouter };