Skip to content
Closed
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .changeset/wicked-melons-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nextui-org/use-aria-button": patch
---

fix interactive elements tot responding on mobile
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Fix typo in the changeset description

There's a typo in the description that affects clarity.

Apply this fix:

-fix interactive elements tot responding on mobile
+fix interactive elements not responding on mobile
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
fix interactive elements tot responding on mobile
fix interactive elements not responding on mobile
🧰 Tools
🪛 LanguageTool

[uncategorized] ~5-~5: This verb may not be in the correct form. Consider using a different form for this context.
Context: ...patch --- fix interactive elements tot responding on mobile

(AI_EN_LECTOR_REPLACEMENT_VERB_FORM)

1 change: 0 additions & 1 deletion packages/hooks/use-aria-button/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export function useAriaButton(

if (elementType === "button") {
additionalProps = {
type,
disabled: isDisabled,
};
} else {
Expand Down