fc2b7fe97061fe9fe7fe441f628e69cff3fa7694
- 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
Description
No description provided
Languages
Markdown
100%