Skip to content

Commit 56ebcc9

Browse files
committed
fix: naming
1 parent 0d36262 commit 56ebcc9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33

44
#!/bin/sh
55
. ~/.zshrc # or ~/.bashrc if using bash
6+
npm test
67

78
npm run lint:staged

src/components/ui/Collapsible/Collapsible.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import CollapsibleContent from './fragments/CollapsibleContent';
1313
* */
1414

1515
const Collapsible = () => {
16-
console.warn('Direct usage of Tabs is not supported. Please use Tabs.Root, Tabs.List, etc. instead.');
16+
console.warn('Direct usage of Collapsible is not supported. Please use Collapsible.Root, Collapsible.Trigger, etc. instead.');
1717
return null;
1818
};
1919

0 commit comments

Comments
 (0)