Can I use Recoil selectorFamily with indexed access types (Lookup Types) in TypeScript (plus keyof and generics)?
I’m using a selectorFamily to access and process data from a shared edit state. The selector uses the field name as it’s parameter, so to access the data if present on the edit object/atom.