Skip to content

Commit 0b9da4a

Browse files
committed
fixup! Upgrade to Next.js@15 and React@19
1 parent e5a5947 commit 0b9da4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emails/react-dom-server.edge.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
33
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
44

5-
// This is needed because `renderEmail.ts` needs to import from server.node
5+
// This is needed because `renderEmail.ts` needs to import from server.edge
66
// directly — see the comment in that file.
77
declare module "react-dom/server.edge" {
88
export * from "react-dom/server";

0 commit comments

Comments
 (0)