Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1df9973 + b9f6952 commit 58dab40Copy full SHA for 58dab40
client/packages/lowcoder-sdk/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lowcoder-sdk",
3
- "version": "2.4.0-beta-1",
+ "version": "2.4.0-beta-2",
4
"type": "module",
5
"files": [
6
"src",
client/packages/lowcoder/src/comps/queries/libraryQuery.tsx
@@ -47,7 +47,7 @@ interface InputItem {
47
48
type InputChildrenType = Record<string, InstanceType<ContextControlType>>;
49
50
-const InputsComp = class extends MultiBaseComp<InputChildrenType, ToDataType<InputChildrenType>> {
+class InputsComp extends MultiBaseComp<InputChildrenType, ToDataType<InputChildrenType>> {
51
params: any = {};
52
inputs: InputItem[] = [];
53
0 commit comments