Fix: Authentication issues after Firestore rules update #14
ci.yml
on: push
Lint & Type Check
26s
Security Audit
15s
Build Application
24s
Annotations
11 errors and 8 warnings
|
Lint & Type Check:
src/components/ui/textarea.tsx#L5
An interface declaring no members is equivalent to its supertype
|
|
Lint & Type Check:
src/components/ui/command.tsx#L24
An interface declaring no members is equivalent to its supertype
|
|
Lint & Type Check:
src/components/DashboardHeader.tsx#L9
Unexpected any. Specify a different type
|
|
Lint & Type Check:
src/components/CreateCampaignDialog.tsx#L47
Unexpected any. Specify a different type
|
|
Lint & Type Check:
src/components/CreateAffiliateDialog.tsx#L46
Unexpected any. Specify a different type
|
|
Lint & Type Check:
src/components/CampaignSettingsDialog.tsx#L136
Unexpected any. Specify a different type
|
|
Lint & Type Check:
src/components/AuthForm.tsx#L60
Unexpected any. Specify a different type
|
|
Lint & Type Check:
src/components/AuthForm.tsx#L41
Unexpected any. Specify a different type
|
|
Lint & Type Check:
src/components/AffiliateManagementDialog.tsx#L69
Unexpected any. Specify a different type
|
|
Lint & Type Check:
src/components/AffiliateManagementDialog.tsx#L45
Unexpected any. Specify a different type
|
|
Build Application
Process completed with exit code 1.
|
|
Lint & Type Check:
src/components/ui/toggle.tsx#L43
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint & Type Check:
src/components/ui/sonner.tsx#L29
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint & Type Check:
src/components/ui/sidebar.tsx#L760
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint & Type Check:
src/components/ui/navigation-menu.tsx#L119
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint & Type Check:
src/components/ui/form.tsx#L168
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint & Type Check:
src/components/ui/button.tsx#L56
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint & Type Check:
src/components/ui/badge.tsx#L36
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint & Type Check:
src/components/TrackingLinkGenerator.tsx#L69
React Hook useEffect has missing dependencies: 'generateTrackingLink', 'generatedLink', and 'toast'. Either include them or remove the dependency array
|