-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
uncaught reference in 4.11 #1057
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
ohh shoot ! |
Yeah, I pinned 4.10.2, sure, no problem. |
Wow you guys are fast! |
There shouldn't be untested releases; the default setup doesn't pin the version, so every site that uses it is now broken. It's also why the default template should include a fallback link. Pinned location: |
released |
|
We do have some e2e tests but they are not so strong and not many! |
Closing as its been fix. |
I will be there from next weekend to help :) Great work anyways |
🎉 Thanks |
Just FYI the new unit tests in #1189 should catch any instance of the script not loading. |
will it catch while running in development mode ? cause this issue occurred after running the build and ignoring the warning of rollup. |
Oh wait, actually the EDIT: Oh wait, pull request #1189 does already test the production script. I added comments to the PR to explain it. |
Post build tests ? worth it though, may be in a separate PR ? |
Bug Report
When using the freshly released version 4.11 I observe that the library doesn't load and the problem seems to be on the docsify side.
Steps to reproduce
Use index.html like this one
What is current behaviour
docsify doesn't load
What is the expected behaviour
docsify loads :)
Other relevant information
Bug does still occur when all/other plugins are disabled?
Your OS: Ubuntu
Browser version: chrome Version 80.0.3987.132 (Official Build) (64-bit)
Docsify version: 4.11
Docsify plugins: docsify-katex (but the problem appears also without it).
The text was updated successfully, but these errors were encountered: