You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Add NamingModeProvider to resolve React context error
- Wrapped app with NamingModeProvider in src/app/index.tsx
- Fixed 'useNamingMode must be used within NamingModeProvider' error
- Updated ESLint config to exclude Test folder and backup files
- Changed no-unused-vars to warning to allow WIP features
- Fixed import sorting issues across components
- App now loads successfully on localhost:9001
0 commit comments