Skip to content

Commit

Permalink
fix(dataviz): duplicate react
Browse files Browse the repository at this point in the history
Closes #763, assuming that the warning about ["duplicate react"](https://legacy.reactjs.org/warnings/invalid-hook-call-warning.html#duplicate-react) is what's wrong here.
  • Loading branch information
WilliamKelley committed Jul 8, 2024
1 parent 4eaf8ad commit c65c6da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/dataviz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"deepmerge": "^4.3.1",
"react": "^17 || ^18",
"type-fest": "^4.20.1"
},
"peerDependencies": {
"react": "^17 || ^18"
}
}

0 comments on commit c65c6da

Please sign in to comment.