Skip to content

Commit

Permalink
Build fail fix (#3455)
Browse files Browse the repository at this point in the history
Workaround for React package breakage

'startTransition' is not exported from 'react'

Lock React package version to ignore the broken update.
  • Loading branch information
MVarshini authored Jun 7, 2023
1 parent 22ade07 commit c810bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"react-bootstrap": "^2.1.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-router": "6.3.0",
"react-router-dom": "6.3.0",
"react-scripts": "^5.0.0",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
Expand Down

0 comments on commit c810bf1

Please sign in to comment.