Skip to content
Open
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: 2 additions & 0 deletions packages/nuka/src/Carousel/Carousel.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is formatted with double quotes for the "use client" directive, but the repo’s Prettier config enforces single quotes (singleQuote: true) and ESLint runs prettier/prettier as an error. This will likely fail linting; update the directive to use single quotes to match formatting rules.

Suggested change
"use client";
'use client';

Copilot uses AI. Check for mistakes.

import {
MouseEvent,
TouchEvent,
Expand Down