Joshua B. Turingan
Results
2
comments of
Joshua B. Turingan
@thehatami what i did is when the props has been changed, i use`requestAnimationFrame` like this ``` onAnimateClick = val => { this.setState({ currentSelectedAnimate: 'None' }, () => { requestAnimationFrame(() =>...
@tomkp hi, how do I import the `Pane`? I'm testing it and don't know if it is `import SplitPane, { Pane } from 'react-split-pane'` or `import Pane from 'react-split-pane/Pane'`