Mark Stock
Results
2
comments of
Mark Stock
> applyStyle do you have example code?
I think **replaceState** shouldn't cause **Batcher** update when we call **getRecoilValueAsLoadable**, since **getRecoilValueAsLoadable** just get value from RecoilNode for computing derived value. I think the following code would work, But...