Skip to content

Commit d43d316

Browse files
committed
Fix javascript warning from yarn test. Compile storybook and docs.
1 parent 590afb3 commit d43d316

12 files changed

+119
-120
lines changed

docs/iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<body>
1717
<div id="root"></div>
1818
<div id="error-display"></div>
19-
<script src="static/preview.742092f25ec9b6802477.bundle.js"></script>
19+
<script src="static/preview.ea1bdf726a82703c8f6f.bundle.js"></script>
2020
</body>
2121
</html>
2222

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</head>
3939
<body style="margin: 0;">
4040
<div id="root"></div>
41-
<script src="static/manager.1e44a83b81ae02b691ef.bundle.js"></script>
41+
<script src="static/manager.064c8fe6b78907f0a142.bundle.js"></script>
4242
</body>
4343
</html>
4444

docs/static/manager.1e44a83b81ae02b691ef.bundle.js renamed to docs/static/manager.064c8fe6b78907f0a142.bundle.js

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/manager.064c8fe6b78907f0a142.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/manager.1e44a83b81ae02b691ef.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/static/preview.742092f25ec9b6802477.bundle.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

docs/static/preview.742092f25ec9b6802477.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/static/preview.ea1bdf726a82703c8f6f.bundle.js

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/preview.ea1bdf726a82703c8f6f.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/defaultProps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export default {
150150
{'-active': loading},
151151
className
152152
)}
153-
{...rest}
153+
{...rest}
154154
>
155155
<div className='-loading-inner'>
156156
{loadingText}

0 commit comments

Comments
 (0)