From 10386c2c3886b4b57496adb515bc1e6acb95a129 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 9 Jun 2025 00:24:57 -0500 Subject: [PATCH] Avoid `any` type --- CONTEXT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTEXT.md b/CONTEXT.md index 1940ad1..8598444 100644 --- a/CONTEXT.md +++ b/CONTEXT.md @@ -589,6 +589,7 @@ The router includes automatic scroll-to-top functionality and a 404 NotFound pag - Component-based architecture with React hooks - Default connection to one Nostr relay for best performance - Comprehensive provider setup with NostrLoginProvider, QueryClientProvider, and custom AppProvider +- **Never use the `any` type**: Always use proper TypeScript types for type safety ## Loading States