@vaadin/hilla-react-signals
Advanced tools
Comparing version
@@ -12,3 +12,3 @@ import { nanoid } from "nanoid"; | ||
constructor(value, onFirstSubscribe, onLastUnsubscribe) { | ||
if (!window.Vaadin?.featureFlags?.fullstackSignals) { | ||
if (!globalThis.Vaadin?.featureFlags?.fullstackSignals) { | ||
throw new Error( | ||
@@ -15,0 +15,0 @@ `The Hilla Fullstack Signals API is currently considered experimental and may change in the future. To use it you need to explicitly enable it in Copilot or by adding com.vaadin.experimental.fullstackSignals=true to vaadin-featureflags.properties` |
{ | ||
"name": "@vaadin/hilla-react-signals", | ||
"version": "24.6.0-beta1", | ||
"version": "24.6.0-beta2", | ||
"description": "Signals for Hilla React", | ||
@@ -50,3 +50,3 @@ "main": "index.js", | ||
"@preact/signals-react": "^2.0.0", | ||
"@vaadin/hilla-frontend": "24.6.0-beta1", | ||
"@vaadin/hilla-frontend": "24.6.0-beta2", | ||
"nanoid": "^5.0.7" | ||
@@ -53,0 +53,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
86498
0.16%+ Added
- Removed