Skip to content

Commit

Permalink
5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bestguy committed Jan 23, 2022
1 parent b2f0e4e commit 069c40a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@



window['DOCS_MODE'] = false;</script><script src="runtime~main.6988f4fd04d10dd0f4a6.manager.bundle.js"></script><script src="vendors~main.dfab1373bb3cb3359e59.manager.bundle.js"></script><script src="main.6b4b7fc65cf218d75ccc.manager.bundle.js"></script></body></html>
window['DOCS_MODE'] = false;</script><script src="runtime~main.6988f4fd04d10dd0f4a6.manager.bundle.js"></script><script src="vendors~main.dfab1373bb3cb3359e59.manager.bundle.js"></script><script src="main.dfa3630a7712251f2df0.manager.bundle.js"></script></body></html>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sveltestrap",
"version": "5.8.0",
"version": "5.8.1",
"main": "dist/sveltestrap.js",
"module": "dist/sveltestrap.es.js",
"jsnext:main": "dist/sveltestrap.es.js",
Expand Down

2 comments on commit 069c40a

@skrenes
Copy link

@skrenes skrenes commented on 069c40a Jan 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bestguy the website is no longer loading... you broke it with commit 99059a9

Here's Chrome's console output:

vendors~main.c90cf9be.iframe.bundle.js:2 Uncaught Error: Singleton client API not yet initialized, cannot call `addParameters`.
    at checkMethod (vendors~main.c90cf9be.iframe.bundle.js:2:286266)
    at addParameters (vendors~main.c90cf9be.iframe.bundle.js:2:286526)
    at vendors~main.c90cf9be.iframe.bundle.js:2:288116
    at Array.forEach (<anonymous>)
    at Module../node_modules/@storybook/svelte/dist/esm/client/preview/config-generated-config-entry.js (vendors~main.c90cf9be.iframe.bundle.js:2:287434)
    at __webpack_require__ (runtime~main.2e6d6ecf.iframe.bundle.js:1:1301)
    at Object.0 (main.d76bed4d.iframe.bundle.js:1:1512642)
    at __webpack_require__ (runtime~main.2e6d6ecf.iframe.bundle.js:1:1301)
    at checkDeferredModules (runtime~main.2e6d6ecf.iframe.bundle.js:1:957)
    at Array.webpackJsonpCallback [as push] (runtime~main.2e6d6ecf.iframe.bundle.js:1:645)

@bestguy
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @skrenes , fixed in 5.8.3, was some storybook dependency issue

Please sign in to comment.