Skip to content

Commit dc9e77f

Browse files
committed
Merge branch 'titoBouzout-master'
2 parents 674a5ac + dc1989b commit dc9e77f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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.1",
3+
"version": "1.0.2",
44
"type": "module",
55
"main": "dist/main.js",
66
"js-framework-benchmark": {
@@ -22,7 +22,7 @@
2222
"url": "https://github.com/krausest/js-framework-benchmark.git"
2323
},
2424
"dependencies": {
25-
"pota": "^0.9.94"
25+
"pota": "^0.12.118"
2626
},
2727
"devDependencies": {
2828
"@babel/core": "^7.23.9",

frameworks/keyed/pota/src/main.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { render, signal, batch, For } from "pota";
1+
import { render, signal, batch } from "pota";
2+
import { For } from "pota/web";
23
import { useSelector } from "pota/hooks";
34

45
let idCounter = 1;

0 commit comments

Comments
 (0)