Oleg Grishechkin

Results 2 issues of Oleg Grishechkin

Hi, how can I create a computed value (with prev != next checking similar to S.value)? ``` const computed = S(() => compute()); ``` And I need to run all...

I have `PureComponent` only with `static propTypes` and `render` I run ``` npx react-codemod pure-component path_to_component ``` and I get error ``` Unable to destructure ComponentName props. ERR path_to_component Transformation...