Skip to content

Commit

Permalink
Partial migration
Browse files Browse the repository at this point in the history
Waiting for stable version of react-select, because now it causes a hydration error
  • Loading branch information
Andcool-Systems committed Jan 3, 2025
1 parent c6274f4 commit f81959d
Show file tree
Hide file tree
Showing 49 changed files with 7,614 additions and 8,057 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "next/core-web-vitals",
"rules": {
"react-hooks/exhaustive-deps": "off",
"@next/next/no-img-element": "off"
"@next/next/no-img-element": "off",
"react-hooks/rules-of-hooks": "off"
}
}
Loading

0 comments on commit f81959d

Please sign in to comment.