react-avatar-editor icon indicating copy to clipboard operation
react-avatar-editor copied to clipboard

Remove unnecessary passing of excessive props

Open dan-lee opened this issue 1 year ago • 0 comments

This fixes the errors/warnings popping up with passing showGrid/gridColor be passed to the canvas.

We extract all the props and don't allow any other props to be passed down (per types) to the canvas anyway, so this should be safer for any future prop.

dan-lee avatar Nov 27 '23 13:11 dan-lee