budget-view-finance/src
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
..
components Fix: Sidebar navigation issue 2025-05-19 01:37:43 +00:00
data feat: Create finance dashboard 2025-05-17 23:25:52 +00:00
hooks Use tech stack vite_react_shadcn_ts 2025-05-17 23:22:05 +00:00
integrations/supabase Fix useState runtime error in TooltipProvider 2025-05-19 11:47:03 +00:00
lib Use tech stack vite_react_shadcn_ts 2025-05-17 23:22:05 +00:00
pages Run SQL to create user and transaction tables. 2025-05-18 13:06:18 +00:00
services Disable RLS to resolve errors 2025-05-19 01:30:03 +00:00
types Refactor: Sum category values in Categorias page 2025-05-17 23:54:56 +00:00
App.css Fix: Ensure responsiveness across devices 2025-05-18 00:16:01 +00:00
App.tsx Fix useState runtime error in TooltipProvider 2025-05-19 11:47:03 +00:00
index.css Fix: Ensure responsiveness across devices 2025-05-18 00:16:01 +00:00
main.tsx Fix useState runtime error in TooltipProvider 2025-05-19 11:47:03 +00:00
vite-env.d.ts Use tech stack vite_react_shadcn_ts 2025-05-17 23:22:05 +00:00