@livequery/react
Advanced tools
@@ -11,3 +11,3 @@ "use client"; | ||
| const ctx = useContext(LivequeryContext); | ||
| if (!ctx.transporter) | ||
| if (!ctx.transporter && typeof window != 'undefined') | ||
| throw 'MISSING_LIVEQUERY_TRANSPORTER'; | ||
@@ -14,0 +14,0 @@ return { |
+1
-1
@@ -7,3 +7,3 @@ { | ||
| "type": "module", | ||
| "version": "2.0.22", | ||
| "version": "2.0.23", | ||
| "description": "", | ||
@@ -10,0 +10,0 @@ "main": "build/index.js", |
10457
0.31%