We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b262f0 commit 927adb7Copy full SHA for 927adb7
.storybook/preview.js
@@ -1,7 +1,7 @@
1
import { setCustomElements } from '@storybook/web-components';
2
import customElements from '../custom-elements.json';
3
import '../packages/uui-css/lib/uui-css.css';
4
-import 'https://cdn.skypack.dev/element-internals-polyfill';
+import 'element-internals-polyfill';
5
6
const sort = (a, b) => {
7
if (a[1].name === 'Overview') {
0 commit comments