react-avatar-editor
react-avatar-editor copied to clipboard
Remove unnecessary passing of excessive props
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.