-
For previous versions, this worked:
import valtio from 'https://cdn.skypack.dev/valtio';
Since v1.0.7, that's failing.
-
**Käsitteen tyyppi**
CONCEPT
**Ehdotettu termi suomeksi**
yhteinen maatalouspolitiikka
**Ehdotettu termi ruotsiksi**
den gemensamma jordbrukspolitiken
**Ehdotettu termi englanniksi**
common ag…
-
Thanks so much for this project. I am working on getting a new yet-to-be formally published mutable state library tested in concurrent mode. Adding it to this project produced failures on test 4 and …
-
Tried using the newly released `0.8.1` version (via ES Modules) today and couldn't import any of Valtio methods.
[JSFiddle](https://jsfiddle.net/tommywalkie/vbn4kx3u/)
```js
// 0.8.0
import { …
-
I've been thinking about using valtio (or jotai) as a basic primitive to drive animations that have some kind of a graph dependency between a combination of many variables.
Would this be performan…
-
How can I expose a proxy property as ready only and say allow only updates to happen through an action?
-
Hi,
I got into a situation where I'm loading datasets into a Valtio proxy, but since I'm using dynamic property keys to store the dataset I'm getting the following error: `TypeError: Cannot read pr…
-
I'm working with Three.js.
I've set up a store in a file out of all react components as
```
const appState = proxy({
scene: null!,
})
export default appState
```
I then init the scene in t…
-
Similar to #7:
## Observed behavior
Deleting an item from a list doesn't update the list size, instead makes the deleted item "undefined".
**See example:**
https://codesandbox.io/s/valtio-arra…
BB-19 updated
3 years ago
-
When using `atomWithProxy` merely referencing any value from the state will cause an infinite loop. I created a minimal reproduction of the bug:
https://codesandbox.io/s/jotaivaltio-infinite-loop-yph…