another try

This commit is contained in:
Jack Hanford
2021-11-22 21:58:35 -05:00
parent 875b60dfe5
commit 25a49005cc
2 changed files with 1 additions and 5 deletions

View File

@@ -1,4 +0,0 @@
declare module "react-dom/server.browser" {
const renderToStaticMarkup: any;
const renderToString: any;
}

View File

@@ -20,7 +20,7 @@ import {
} from "next/dist/shared/lib/utils";
import { RenderOpts } from "next/dist/server/render";
import * as NextDocument from "next/document";
import * as ReactDOMServer from "react-dom/server.browser";
import * as ReactDOMServer from "react-dom/server";
import * as React from "react";
import * as ReactIs from "react-is";