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 35b0e18 commit 4a50638Copy full SHA for 4a50638
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "js-element",
3
- "version": "0.0.221",
+ "version": "0.0.222",
4
"description": "",
5
"license": "LGPL-3.0",
6
"main": "./index.js",
@@ -128,7 +128,7 @@
128
}
129
},
130
"./package.json": "./package.json",
131
- "./": "./"
+ "./": "./*"
132
133
"files": [
134
"index.js",
src/main/js-element.ts
@@ -93,7 +93,7 @@ function elem<E extends Component>(params: any) {
93
94
if (params.ctx) {
95
const ctx = params.ctx
96
- console.log(params)
+
97
params = {
98
tag: params.tag,
99
impl: {
src/test/superfine.test.ts
0 commit comments