Canvas not updating on depency update in React – Reactjs
Using React and Typescript, I am trying to update a canvas based on a provided image with the canvas and file upload DOM elements separated into their own components. The problem I'm facing is that when a new image is…