revert(react): downgrade back to 17.0.2 due to lack of support

This commit is contained in:
Amruth Pillai
2022-05-01 08:03:22 +02:00
parent 4dd1b70079
commit 9a18e74b90
5 changed files with 1367 additions and 1401 deletions

View File

@ -4,6 +4,6 @@
"rules": {
"@next/next/no-img-element": "off",
"@next/next/no-sync-scripts": "off",
"@next/next/no-html-link-for-pages": [2, "client/pages"]
"@next/next/no-html-link-for-pages": ["error", "pages"]
}
}