Daniel Scott

Results 16 comments of Daniel Scott

Try adding this: ```ts // imports import { getEmptyImage } from "react-dnd-html5-backend"; // inside the component useEffect(() => { preview(getEmptyImage(), { captureDraggingState: true }); }); ```

I had tried previously and it did not work with 0.5.1. I had commented on the PR #1140 (albeit on a different GitHub account @vulcantech-io) for 0.5.2 asking if that...

@gjsjohnmurray is there any movement on this? This is quite literally a feature I would use daily.

Did anyone solve this, I am getting this error in the latest version of safari.

@MSSPL-KamalenduGarai putting the getEmptyImage into a useEffect WITHOUT a dependency array fixed it for me (I had it with an empty array earlier). Mileage may vary.

I guess the question should really be: Should these be input options to the "done" function, or should the ref to the canvas be able to be accessed. I see...