Peter
Peter
I found a little workaround. So instead of this: ```js const myRef = useRef(null); useEffect(() => { myRef.current.props.scrollToPosition(x, y, true); }, [x, y]) return ( ); ``` You can use...
@divamgupta I did actually check the v1.0.0 arm64.dmg file last week on my intel macbook pro, just to be sure, but it obviously doesn't work. Meanwhile, there's also a new...
@green-arrow Thanks for looking into the PR, and I understand your concerns. The reason why I chose for a builder pattern is to allow reusability like so: ```js const MyComponent...
@green-arrow I just updated this PR as well as the first one. I think I should clarify one thing reading your message from before. Right now the api looks like...
@gaearon Hi Dan! Great to see you on this PR as well. @green-arrow The api looks good I think, however the query on the version that I made wasn't a...
I'm experiencing the exact same issue here, 100% sure it's this plugin... Other than that I really like this thing... It's completely useless awesome stuff 👍