Commit 7b68424
committed
fix(breadcrumb): allow null in useRef type for Vue compatibility
- Changed useRef type from HTMLElement to HTMLElement | null
- Fixes Vue TypeScript compilation error where null is not assignable to HTMLElement
- Maintains fix for Stencil Host wrapper issue1 parent 7b95882 commit 7b68424
File tree
1 file changed
+1
-1
lines changed- packages/components/src/components/breadcrumb
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments