Skip to content

Commit f823ecd

Browse files
committed
Merge branch 'dev' of github.com:lowcoder-org/lowcoder into fix/ui-and-deployment-issues
2 parents ed8459b + d8ade21 commit f823ecd

File tree

3 files changed

+4280
-2314
lines changed

3 files changed

+4280
-2314
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 { ReactNode } from 'react';
3+
import React, { 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)