Skip to content

Commit a0e3f4d

Browse files
committed
update pota
1 parent d81dfdb commit a0e3f4d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frameworks/keyed/pota/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -20,7 +20,7 @@
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",

frameworks/keyed/pota/src/main.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ function buildData(count) {
8282
const 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">

0 commit comments

Comments
 (0)