Skip to content

Commit

Permalink
fixup! Upgrade to Next.js@15 and React@19
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnl committed Jan 9, 2025
1 parent e5a5947 commit 0b9da4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emails/react-dom-server.edge.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

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

0 comments on commit 0b9da4a

Please sign in to comment.