Nitin Tulswani
Nitin Tulswani
Hey, Looking at that error message, it seems like you are passing an image array buffer to the `src` prop. To render this image and extract colors from it, you...
I know the example is not concrete in the `README` but that's why an API method exists for exactly this use case which is `onLoad`. Adjust your styles in this...
Yup! Exactly. You can adjust the styles using `onScroll` callback. I knew about this problem when I started working on this and thought that this might be one tradeoff but...
Yeah it gives error when rendering to sketch. I'll try to fix it later this week.
Well, this package depends on `react-primitives` for binding the aliases to the `glamorous` constructor. Seems like `react-primitives` relies on `createClass` method and the author has not updated that. As soon...
Oh! I'll look into this. Thanks 👍
I think I uploaded the Firefox build too last time but it's not being actively maintained since I am the only one who is taking care of code, docs, support...
It should work! Look at the screenshot below, you should be able to see the console logging the object `_REACT_PERF_DEVTOOL_GLOBAL_STORE`  > I am...
Thanks! Yes, it seems like that version of Firefox doesn't support `PerformanceObserver`. Let me check if we can use a polyfill here, so I'll keep this issue open!
This PR seems great. Thank you so much for your work. I'll review it fully this weekend!