Avoid any type

This commit is contained in:
Alex Gleason 2025-06-09 00:24:57 -05:00
parent 034b5eab33
commit 10386c2c38
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -589,6 +589,7 @@ The router includes automatic scroll-to-top functionality and a 404 NotFound pag
- Component-based architecture with React hooks - Component-based architecture with React hooks
- Default connection to one Nostr relay for best performance - Default connection to one Nostr relay for best performance
- Comprehensive provider setup with NostrLoginProvider, QueryClientProvider, and custom AppProvider - Comprehensive provider setup with NostrLoginProvider, QueryClientProvider, and custom AppProvider
- **Never use the `any` type**: Always use proper TypeScript types for type safety
## Loading States ## Loading States