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.
1 parent 1df9973 commit b9f6952Copy full SHA for b9f6952
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