Sergiy Babich

Results 3 comments of Sergiy Babich

@drarmstr so as for now I need to keep additional atom to keep state from async selector and check on selector state to decide which value to use, right?

Probably, just extend `Loadable` type with `previousContent` property?

Implemented temporary solution for this problem, in case someonr has same issues. ```ts import { useEffect, useState } from 'react'; import { RecoilValue, useRecoilValueLoadable } from 'recoil'; export function useLoadable(...