otito12
Results
1
comments of
otito12
> Try npm overrides in your `package.json`: > > ``` > "overrides": { > "react-qr-reader": { > "react": "$react", > "react-dom": "$react-dom" > } > } > ``` > >...