Skip to content

Commit 3c1fc10

Browse files
committed
Fix the problem with the story, as you needed to browse to uui-button before this would work properly as it had not registered the webcoponents that it depends upon
1 parent 9ca79f3 commit 3c1fc10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/uui-copy/lib/uui-copy.story.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import type { UUICopyElement } from './uui-copy.element';
44
import readme from '../README.md?raw';
55
import { html } from 'lit';
66
import { UUICopyEvent } from './UUICopyEvent';
7+
import '@umbraco-ui/uui-button/lib';
8+
import '@umbraco-ui/uui-icon/lib';
9+
import '@umbraco-ui/uui-loader-circle/lib';
710

811
const meta: Meta<UUICopyElement> = {
912
id: 'uui-copy',

0 commit comments

Comments
 (0)