Skip to content

Commit 80edbf9

Browse files
build lowcoder-core after upgrading react version
1 parent 8bf1e23 commit 80edbf9

File tree

2 files changed

+3018
-5046
lines changed

2 files changed

+3018
-5046
lines changed

client/packages/lowcoder-core/lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="react" />
22
import * as react from 'react';
3-
import React, { ReactNode } from 'react';
3+
import { ReactNode } from 'react';
44
import * as react_jsx_runtime from 'react/jsx-runtime';
55

66
type EvalMethods = Record<string, Record<string, Function>>;

0 commit comments

Comments
 (0)