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 527995d commit 28f3542Copy full SHA for 28f3542
frameworks/keyed/pota/src/main.jsx
@@ -1,4 +1,5 @@
1
-import { render, signal, batch, For } from "pota";
+import { render, signal, batch } from "pota";
2
+import { For } from "pota/web";
3
import { useSelector } from "pota/hooks";
4
5
let idCounter = 1;
0 commit comments