I'm hoping to get some guidance on how to generate the required innerRef prop using a functional component with the hook useRef. Thank you in advance.
It would be worth putting together a guide on how to use react-beautiful-dnd using function components + hooks
This would not be needed if we just moved to hooks #871
Here is an example I put together: https://codesandbox.io/s/zqwz5n5p9x
I think I will also add a story example
Thank you! I was looking for this exact example, works great!
Most helpful comment
It would be worth putting together a guide on how to use
react-beautiful-dndusing function components + hooks