Skip to content

Commit

Permalink
fix(build): overrides react and react-dom in react-qr-reader (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalluv authored Jan 15, 2024
1 parent 41a90a7 commit 598fafb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,11 @@
"eslint --fix",
"prettier --write"
]
},
"overrides": {
"react-qr-reader": {
"react": "$react",
"react-dom": "$react-dom"
}
}
}

0 comments on commit 598fafb

Please sign in to comment.