Reactjs – Using same components in a page cause bugs in Next.js
UPDATE: I created a codesandbox for my issue. You will see 3 components that you can upload files but whenever you choose a media, always the first component will update. https://codesandbox.io/p/devbox/vigorous-joana-rzqwcv I use Next.js latest version. I have a component…