budget-view-finance/src/integrations/supabase
gpt-engineer-app[bot] 032f171d7f Fix useState runtime error in TooltipProvider
Resolved a runtime TypeError caused by attempting to read 'useState' from a null value. The issue was traced to the TooltipProvider component, which was improperly imported or used, leading to React hooks being called outside of a valid React component context. The fix involved ensuring correct import of React and proper definition of TooltipProvider as a React component that uses hooks within a valid React functional component scope. This prevents the hooks from executing in an invalid context, eliminating the 'null useState' error and restoring proper rendering.
2025-05-19 11:47:03 +00:00
..
client.ts Connect to Supabase project 2025-05-17 23:33:22 +00:00
types.ts Fix useState runtime error in TooltipProvider 2025-05-19 11:47:03 +00:00