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 11{
22 "name" : " js-framework-benchmark-pota" ,
3- "version" : " 1.0.8 " ,
3+ "version" : " 1.0.9 " ,
44 "type" : " module" ,
55 "main" : " dist/main.js" ,
66 "js-framework-benchmark" : {
2020 "url" : " https://github.com/krausest/js-framework-benchmark.git"
2121 },
2222 "dependencies" : {
23- "pota" : " ^0.18.188 "
23+ "pota" : " ^0.19.201 "
2424 },
2525 "devDependencies" : {
2626 "@babel/core" : " 7.26.0" ,
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ function buildData(count) {
8282const Button = ( { id, text, fn } ) => (
8383 < div class = "col-sm-6 smallpad" >
8484 < button
85- prop :textContent = { text }
86- id = { id }
85+ prop :textContent = { /* @static */ text }
86+ id = { /* @static */ id }
8787 class = "btn btn-primary btn-block"
8888 type = "button"
8989 on :click = { fn }
@@ -196,7 +196,7 @@ const App = () => {
196196 return (
197197 < tr >
198198 < td
199- prop :textContent = { row . id }
199+ prop :textContent = { /* @static */ row . id }
200200 class = "col-md-1"
201201 />
202202 < td class = "col-md-4" >
You can’t perform that action at this time.
0 commit comments