- Remove hardcoded <script> and <link> tags for sweetalert2 from index.html
(library is already bundled via npm, CDN paths caused 404 + MIME errors)
- Remove deprecated 'exact' prop and 'activeClassName' from NavLink in
Navbar.js and NavbarUpload.js (not supported in React Router v6)
- Replace activeClassName with className={({ isActive }) => ...} pattern
- Add future flags to <BrowserRouter> in App.js:
v7_startTransition and v7_relativeSplatPath to suppress RR v6 warnings
|
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .env.development | ||
| .env.example | ||
| .gitignore | ||
| ERROR_HANDLING.md | ||
| MIGRATION-GUIDE.md | ||
| package-lock.json | ||
| package.json | ||