Carl Vitullo
Carl Vitullo
Hmm, could you add more information about the second bug? I'm able to reproduce the first (great catch!) but am not sure what the scenario is in the second.
Yep, I see what's going on! Appreciate the clarification. I need to find some time to review this before merging.
Ah I see, yeah that does appear to be a bug. I forked your demo to make it clearer what's happening. https://codesandbox.io/s/wq621mz9j7
This is a good idea! You're right, I feel fine not supporting older than IE10. I'll see about making this change soon.
I agree this might be useful functionality to add to `StickyContainer`. To implement something like it for now, you can have render a component like ```js class App extends React.Component...
Thanks for the report! Now that React provides a [ref forwarding API](https://reactjs.org/docs/forwarding-refs.html) this is definitely something we could provide. If you wanted to take a stab at it I'd be...
Oh this is an interesting bit from that post, however >When you start using forwardRef in a component library, you should treat it as a breaking change and release a...
Hi @shunxing can you please follow the issue template? It asks for a lot of information that I can't really help you without.
Thank you! I'll try to take a peek soon, but I'm very busy with work and life things.
TY for the excellent bug report! I'm flying today, I'll try to poke this while I'm in the air.