Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/ui/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
);
}

// eslint-disable-next-line react-refresh/only-export-components
// eslint-disable-next-line react-refresh/only-export-components.

Check failure on line 63 in src/components/ui/button.tsx

View workflow job for this annotation

GitHub Actions / verify

Definition for rule 'react-refresh/only-export-components.' was not found
export { Button, buttonVariants };

Check failure on line 64 in src/components/ui/button.tsx

View workflow job for this annotation

GitHub Actions / verify

Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Loading