We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472480a commit 3caa893Copy full SHA for 3caa893
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
7
+## 6.3.3
8
+
9
+- [nextjs] fix: User server types (#3471)
10
11
## 6.3.2
12
13
- [nextjs] ref: Remove next.js plugin (#3462)
packages/nextjs/package.json
@@ -12,7 +12,7 @@
"main": "./dist/index.server.js",
"module": "./esm/index.server.js",
14
"browser": "./esm/index.client.js",
15
- "types": "./esm/index.client.d.ts",
+ "types": "./esm/index.server.d.ts",
16
"publishConfig": {
17
"access": "public"
18
},
0 commit comments