-
- [x] Use the [Jotai v2 API](https://jotai.org/docs/guides/migrating-to-v2-api)
- Replace `scope` with `store` and context
- `await get()`
- `initialValues={[[countAtom, 1]]}` is replaced by …
-
The following errors were reported by 5.1.0-dev.20230306, but not by 5.0.1-rc
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pi…
-
Related: https://github.com/toeverything/AFFiNE/pull/2257
![image](https://user-images.githubusercontent.com/14026360/236737887-bfa0bd35-d0be-49fd-b453-ecdf7564f90a.png)
```
index.ts:22 Debug l…
-
使ってみる
-
our `@textea/json-viewer` is based on [mac-s-g/react-json-view](https://github.com/mac-s-g/react-json-view), which haven’t been maintained since about 2 years ago. Also, the way of writing a react com…
-
When the `@swc-jotai/react-refresh` plugin is enabled, atoms created using a factory function have their values confused (i.e. given two atoms with different initial values, both of them will have the…
-
AC:
Add jotai lib
-
When using the V2 API, the `queryClientAtom` can not be set. This is necessary, as the `initialValues` prop has been removed from the `Provider`.
Maybe it's too early for requesting this th…
-
### Is your feature request related to a problem? Please describe.
The frontend libraries development certification challenges that cover `redux` [1] and `react-redux`[2] use the old deprecated …
-
## Summary
I saw that `atomWithHash` from `next/utils` is depreciated, so I switched to `jotai-location`.
I am using a nextjs project, so as soon as I tested with `npm run dev` I see
> Refer…