Skip to content

Commit 6ef3c5e

Browse files
remove antd's react 19 patch
1 parent 371a9bc commit 6ef3c5e

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

client/packages/lowcoder/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"types": "src/index.sdk.ts",
88
"dependencies": {
99
"@ant-design/icons": "^6.0.0",
10-
"@ant-design/v5-patch-for-react-19": "^1.0.3",
1110
"@codemirror/autocomplete": "^6.11.1",
1211
"@codemirror/commands": "^6.3.2",
1312
"@codemirror/lang-css": "^6.2.1",

client/packages/lowcoder/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import "core-js/actual";
2-
import '@ant-design/v5-patch-for-react-19';
2+
// import '@ant-design/v5-patch-for-react-19';
33

44
import ResizeObserver from "resize-observer-polyfill";
55
import numbro from "numbro";

client/yarn.lock

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -184,17 +184,6 @@ __metadata:
184184
languageName: node
185185
linkType: hard
186186

187-
"@ant-design/v5-patch-for-react-19@npm:^1.0.3":
188-
version: 1.0.3
189-
resolution: "@ant-design/v5-patch-for-react-19@npm:1.0.3"
190-
peerDependencies:
191-
antd: ">=5.22.6"
192-
react: ">=19.0.0"
193-
react-dom: ">=19.0.0"
194-
checksum: d4cf734b4f399b0d27b5548a90b35c20696681ccb4fa19db23973805219e9640747bb77757f4cb5592defeec3013257302ffcabacdf1b3361f3c161c61560958
195-
languageName: node
196-
linkType: hard
197-
198187
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.22.5, @babel/code-frame@npm:^7.23.5, @babel/code-frame@npm:^7.24.1, @babel/code-frame@npm:^7.24.2":
199188
version: 7.24.2
200189
resolution: "@babel/code-frame@npm:7.24.2"
@@ -14236,7 +14225,6 @@ coolshapes-react@lowcoder-org/coolshapes-react:
1423614225
resolution: "lowcoder@workspace:packages/lowcoder"
1423714226
dependencies:
1423814227
"@ant-design/icons": ^6.0.0
14239-
"@ant-design/v5-patch-for-react-19": ^1.0.3
1424014228
"@codemirror/autocomplete": ^6.11.1
1424114229
"@codemirror/commands": ^6.3.2
1424214230
"@codemirror/lang-css": ^6.2.1

0 commit comments

Comments
 (0)