aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-framework-next/client.development.tsx
diff options
context:
space:
mode:
authorGravatar Jack Hanford <jackhanford@gmail.com> 2021-11-07 11:46:22 -0800
committerGravatar Jack Hanford <jackhanford@gmail.com> 2021-11-07 11:46:22 -0800
commit183911514aec44c0fecf04a36621df8a951d8a7b (patch)
treea293cb462950409ee3689187f81cf02164d03dff /packages/bun-framework-next/client.development.tsx
parentbc3c17ffc8cd56e92c4002ef923e9ae0e0e30246 (diff)
downloadbun-next-cleanup.tar.gz
bun-next-cleanup.tar.zst
bun-next-cleanup.zip
misc cleanup for bun-framework-nextnext-cleanup
Diffstat (limited to '')
-rw-r--r--packages/bun-framework-next/client.development.tsx13
1 files changed, 3 insertions, 10 deletions
diff --git a/packages/bun-framework-next/client.development.tsx b/packages/bun-framework-next/client.development.tsx
index dcc1d915c..2dcffe55c 100644
--- a/packages/bun-framework-next/client.development.tsx
+++ b/packages/bun-framework-next/client.development.tsx
@@ -32,18 +32,11 @@ import {
assign,
} from "next/dist/shared/lib/router/utils/querystring";
import { setConfig } from "next/dist/shared/lib/runtime-config";
-import {
- getURL,
- loadGetInitialProps,
- NEXT_DATA,
- ST,
-} from "next/dist/shared/lib/utils";
-// import { Portal } from "next/dist/client/portal";
+import { getURL, NEXT_DATA } from "next/dist/shared/lib/utils";
+
import initHeadManager from "next/dist/client/head-manager";
import { HeadManagerContext } from "next/dist/shared/lib/head-manager-context";
import PageLoader from "./page-loader";
-import measureWebVitals from "next/dist/client/performance-relayer";
-import { RouteAnnouncer } from "next/dist/client/route-announcer";
import {
createRouter,
makePublicRouterInstance,
@@ -413,7 +406,7 @@ export function renderError(e) {
}
globalThis.next = {
- version: "12.0.2",
+ version: "12.0.3",
emitter,
render,
renderError,