Skip to content

Commit 369884b

Browse files
add URLSearchParams import for server env
1 parent d2534a1 commit 369884b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/builder-web-core/widgets-native/html-iframe-googlemaps

packages/builder-web-core/widgets-native/html-iframe-googlemaps/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { URLSearchParams } from "url";
12
import { HtmlIframe } from "../html-iframe";
23
import type { IIframeProps } from "../html-iframe";
34
import type { IWHStyleWidget } from "@reflect-ui/core";

0 commit comments

Comments
 (0)