Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.47 KB

File metadata and controls

16 lines (12 loc) · 1.47 KB
title Recoil 0.7.1

Typing and various improvements

Typing

Fixes

  • Avoid dev-mode console error with React 18 when using shared async selectors across multiple <RecoilRoot>'s. (#1712)
  • Cleanup potential memory leak when using async selectors. (#1714)
  • Fix potentially hung async selectors when shared across multiple roots that depend on atoms initialized with promises that don't resolve. (#1714)