Michael Freno fc2b7fe970 Fix 4 code review findings on FRE-596
- clerk-provider.tsx: typed Clerk event listener with type guards
  (isClerkUserEvent, isClerkSignOutEvent) instead of (event as any)
- service.ts: fixed signal propagation timing in updateProject,
  addCollaborator, removeCollaborator — capture updated project inside
  setProjects callback instead of reading stale signal after mutation
- TeamManagement.tsx: added useAuth import and getAuthToken helper to
  replace raw localStorage reads; auth context now available in components
- ProjectForm.tsx: added explicit null check on auth().user before
  accessing .id, replacing unsafe non-null assertion
2026-04-28 22:36:00 -04:00
2026-04-25 00:08:01 -04:00
2026-04-27 12:34:30 -04:00
2026-04-28 22:36:00 -04:00
2026-04-25 00:08:01 -04:00
2026-03-31 14:06:06 -04:00
Description
No description provided
479 MiB
Languages
Markdown 100%