Fixes storybook loading
This commit is contained in:
parent
277992a468
commit
ccfb9579ad
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
<!-- prettier-ignore -->
|
||||
<link rel="stylesheet" href="../stylesheets/manifest.css" />
|
||||
<script>
|
||||
window.log = {
|
||||
window.SignalWindow = window.SignalWindow || {};
|
||||
window.SignalWindow.log = {
|
||||
fatal: console.error.bind(console),
|
||||
error: console.error.bind(console),
|
||||
warn: console.warn.bind(console),
|
||||
|
|
Loading…
Reference in a new issue