Skip to content

Commit

Permalink
Set a React version (latest) to avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
osmestad committed Sep 12, 2023
1 parent 7b75e7e commit bebf22f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@ export default [
'import/resolver': {
typescript: {},
},
react: {
version: '18.2.0',
},
},
},
// Cypress
Expand Down

0 comments on commit bebf22f

Please sign in to comment.