Summary
jotai
Previously, writing atom returns always void
, but this was troublesome when a derived atom has a custom write
function which returns a promise. Now, it returns a promise if write
returns a promise.
jotai
Previously, writing atom returns always void
, but this was troublesome when a derived atom has a custom write
function which returns a promise. Now, it returns a promise if write
returns a promise.
Don't miss a new jotai release
NewReleases is sending notifications on new releases.