File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-framework-benchmark-pota" ,
3
- "version" : " 1.0.8 " ,
3
+ "version" : " 1.0.9 " ,
4
4
"type" : " module" ,
5
5
"main" : " dist/main.js" ,
6
6
"js-framework-benchmark" : {
20
20
"url" : " https://github.com/krausest/js-framework-benchmark.git"
21
21
},
22
22
"dependencies" : {
23
- "pota" : " ^0.18.188 "
23
+ "pota" : " ^0.19.201 "
24
24
},
25
25
"devDependencies" : {
26
26
"@babel/core" : " 7.26.0" ,
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ function buildData(count) {
82
82
const Button = ( { id, text, fn } ) => (
83
83
< div class = "col-sm-6 smallpad" >
84
84
< button
85
- prop :textContent = { text }
86
- id = { id }
85
+ prop :textContent = { /* @static */ text }
86
+ id = { /* @static */ id }
87
87
class = "btn btn-primary btn-block"
88
88
type = "button"
89
89
on :click = { fn }
@@ -196,7 +196,7 @@ const App = () => {
196
196
return (
197
197
< tr >
198
198
< td
199
- prop :textContent = { row . id }
199
+ prop :textContent = { /* @static */ row . id }
200
200
class = "col-md-1"
201
201
/>
202
202
< td class = "col-md-4" >
You can’t perform that action at this time.
0 commit comments