-
Hi,
Several of the examples, like [Valtio Tic Tac](https://codesandbox.io/s/valtio-tic-tac-j0nut?file=/src/index.js), work fine until you make an edit to the file that makes the call to `proxy`. Th…
-
#### Käsitteen tyyppi
CONCEPT
#### Ehdotettu termi suomeksi
sijaissota
#### Ehdotettu termi englanniksi
proxy war
#### Ehdotettu termi ruotsiksi
ombudskrig
#### Vaihtoehtoiset …
-
When importing the vanilla version of valtio, subscribeKey doesn't work. It always gives `Error('Please use proxy object')`.
```ts
import { proxy, subscribe, snapshot } from 'valtio/vanilla';
im…
-
-
Hi,
First thank's for this amazing library !
I have an issue when I try to test some store with [@testing-library/react-hooks](https://github.com/testing-library/react-hooks-testing-library)
…
-
When using `useSnapshot(state)` value for a controlled input, the cursor jumps to the end.
> Side note: the `react.js` file in this package is overly bloated and could use some efficiency improvem…
-
valtio v0.8.0 uses a new hook name `useSnapshot`.
-
https://github.com/pmndrs/eslint-plugin-valtio
-
This is not an issue but just some thoughts I wanted to share.
I saw the design of valtio a few days ago on twitter and liked it a lot. Sure, you still need to work carefully with anything that upd…
-
This would enable a computed to belong to the same namespace(i.e object) of a reactive property, for better organization
https://codesandbox.io/s/valtio-simple-counter-forked-z9mzx?file=/src/App.js