You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
Hi,
Im looking for a solution to update props of react-canvas-draw realtime.
I didnt find any solution to re-render the canvas.
For example :
<CanvasDraw ref={(canvasDraw) => (this.saveableCanvas = canvasDraw)} brushColor={"#000"} brushRadius={1} hideGrid={() => this.setState({ hideGrid: true })} />
doesnt remove the grid in a realtime. May we need to rerender the canvasdraw ? How can we do it ?
Anybody has a solution ?
Best regards
The text was updated successfully, but these errors were encountered: