-
When using this package with Valtio 2.0 the following error comes up:
`(0 , (0 , $csb__valtio_utils.derive)) is not a function`
Quick example in code:
https://codesandbox.io/p/sandbox/valtio-…
-
## 读音
https://translate.google.com.hk/?sl=auto&tl=zh-CN&text=valtio&op=translate
芬兰语的 "状态" 一词
## 文档
https://valtio.pmnd.rs/docs/basic/proxy
-
复现仓库:https://github.com/hualigushi/mako-monaco/tree/feature/mako-valtio
预期:开启 mako 后,报错
-
### What version of HonoX are you using?
0.1.23
### What steps can reproduce the bug?
1. select x-basic template
2. transition app from `hono/jsx` to `@hono/react-renderer`
3. install valti…
-
I've encountered an issue where the latest version of this plugin is not compatible with older ESLint configurations. Many ESLint plugins are not yet compatible with the new ESLint config, which preve…
-
What are the advantages of valtio-signal over useSnapshot?
In SolidJs signals do more targeted DOM updates so you don't tender. Is this just a wrapper around useSnapshot or are there any rendering…
-
Note This way is preferred as it is better for code splitting. (https://valtio.pmnd.rs/docs/how-tos/how-to-organize-actions)
```ts
import { proxy } from 'valtio'
export const state = proxy({
c…
-
### Current Behavior
If I create a memoized component which renders a pixi element, that component will continue to render even after it is unmounted. I believe this only happens when using proxy s…
-
React version:
use-sync-external-store 1.0.0, 1.1.0
## Steps To Reproduce
1. open up chrome dev tools
```js
>>> var x = await import("https://cdn.skypack.dev/use-sync-external-store")
>>…
-
Hi, we are using mobx-state-tree + ts in our production code for quite few years, and I am well familiar with strong and weak parts of the mst. We now started to encounter issues with memory consumpti…