Daishi Kato

Results 105 issues of Daishi Kato

Ref: https://github.com/facebook/react/pull/25084 It also has refactor with unified Symbol `PROXY_STATE`.

This is to deprecate some features which will be removed in v5. - zustand/context - store.destory - create(store) They are not often used, have better alternatives, and/or can mislead usages....

#886 was reported and fixed, but we don't have a test for it. https://github.com/reduxjs/react-redux/pull/1888 can be a good reference.

help wanted

using `any` wasn't correct.

close #2379 - [x] implementation - [x] tests - [x] docs

`atomWithRefresh` has been a recipe, not a util. We wanted to understand various use cases and thought the naive implementation was somewhat limited. My hesitation is also it can be...

follow https://github.com/pmndrs/jotai/pull/2419