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 -->
|
<!-- prettier-ignore -->
|
||||||
<link rel="stylesheet" href="../stylesheets/manifest.css" />
|
<link rel="stylesheet" href="../stylesheets/manifest.css" />
|
||||||
<script>
|
<script>
|
||||||
window.log = {
|
window.SignalWindow = window.SignalWindow || {};
|
||||||
|
window.SignalWindow.log = {
|
||||||
fatal: console.error.bind(console),
|
fatal: console.error.bind(console),
|
||||||
error: console.error.bind(console),
|
error: console.error.bind(console),
|
||||||
warn: console.warn.bind(console),
|
warn: console.warn.bind(console),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue