diff --git a/frontend/.eslintrc.json b/frontend/.eslintrc.json index 65e2bf8..726c497 100644 --- a/frontend/.eslintrc.json +++ b/frontend/.eslintrc.json @@ -40,7 +40,7 @@ "no-delete-var": "warn", "prefer-const": "warn", "prefer-arrow-callback": "error", - "react/no-unknown-property": ["error", { "ignore": ["testid"] }], + "react/no-unknown-property": ["warn", { "ignore": ["testid"] }], "react/prefer-stateless-function": "warn", "react-hooks/rules-of-hooks": "warn", "react-hooks/exhaustive-deps": "warn", diff --git a/frontend/src/index.js b/frontend/src/index.js index aa756e1..900d1f1 100644 --- a/frontend/src/index.js +++ b/frontend/src/index.js @@ -7,7 +7,7 @@ import App from "./App"; import reportWebVitals from "./reportWebVitals"; import { BrowserRouter as Router } from "react-router-dom"; -const container = document.getElementById("app"); +const container = document.getElementById("root"); const root = createRoot(container); root.render(