@quilted/threads
Advanced tools
Comparing version 3.1.0 to 3.1.1
# @quilted/threads | ||
## 3.1.1 | ||
### Patch Changes | ||
- [`574b5d6`](https://github.com/lemonmade/quilt/commit/574b5d62c63a2b4505f9e8f192283382fbc9fd37) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix `ThreadSignal` initialization | ||
## 3.1.0 | ||
@@ -4,0 +10,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "engines": { |
@@ -85,3 +85,3 @@ import {Signal, type ReadonlySignal} from '@preact/signals-core'; | ||
const valueDescriptor = Object.getOwnPropertyDescriptor( | ||
Object.getPrototypeOf(signal), | ||
Object.getPrototypeOf(this), | ||
'value', | ||
@@ -88,0 +88,0 @@ )!; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
352374