personal web client for Bluesky
typescript
solidjs
bluesky
atcute
1diff --git a/dist/solid.js b/dist/solid.js
2index f8d7c6698944fb9deb3c1e0ffb77071da6fe562c..0751e68eb39091cc51236d0d6abb637dd7b08436 100644
3--- a/dist/solid.js
4+++ b/dist/solid.js
5@@ -1586,7 +1586,6 @@ function Show(props) {
6 keyed
7 ? c
8 : () => {
9- if (!untrack(condition)) throw narrowedError("Show");
10 return conditionValue();
11 }
12 )
13@@ -1636,7 +1635,6 @@ function Switch(props) {
14 mp.keyed
15 ? conditionValue()
16 : () => {
17- if (untrack(switchFunc)()?.[0] !== index) throw narrowedError("Match");
18 return conditionValue();
19 }
20 )