pmndrs / jotai

👻 Primitive and flexible state management for React

Home Page:https://jotai.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`loadable` seems to tear

dmaskasky opened this issue · comments

Example:

https://codesandbox.io/s/epic-nash-pqkfvj

Steps to reproduce:

(1) click the increment button multiple times in short succession.

Expected

The final count is displayed (debounced by the async delay)

Actual

If the async count value can lag behind the real count.