You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project using docsify, and it seems that the latest release of this plugin is breaking the sidebar expansion functionality.
Problem
When I run the site locally, sidebar expansion does not happen on click, and I encounter the following error in the console:
Uncaught TypeError: Cannot read properties of undefined (reading 'path')
at k (docsify-pagination.min.js:1:4164)
at i (docsify-pagination.min.js:1:6048)
at o (docsify@4:1:107814)
at o (docsify@4:1:107836)
at o (docsify@4:1:107836)
at docsify@4:1:107802
at docsify-sidebar-collapse.min.js:1:4572
at o (docsify@4:1:107782)
at o (docsify@4:1:107836)
at t.callHook (docsify@4:1:107852)
Workaround
Pinning docsify-pagination to v2.6.x (https://cdn.jsdeliver.net/npm/docsify-pagination@2.6/dist/docsify-pagination.min.js) fixes the issue.
Project State
This project is using:
docsify@4
docsify@4/lib/plugins/search.js
docsify-pagination
docsify-tabs@1
docsify-copy-code@2
docsify-sidebar-collapse
docsify/lib/plugins/zoom-image.min.js
prismjs@1
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. There might be some optional chain protection missing. I just released 2.10.1, but I'm unsure if it's been fixed since I couldn't reproduce the issue. Could you help to confirm?
I have a project using docsify, and it seems that the latest release of this plugin is breaking the sidebar expansion functionality.
Problem
When I run the site locally, sidebar expansion does not happen on click, and I encounter the following error in the console:
Workaround
Pinning
docsify-pagination
tov2.6.x
(https://cdn.jsdeliver.net/npm/docsify-pagination@2.6/dist/docsify-pagination.min.js
) fixes the issue.Project State
This project is using:
docsify@4
docsify@4/lib/plugins/search.js
docsify-pagination
docsify-tabs@1
docsify-copy-code@2
docsify-sidebar-collapse
docsify/lib/plugins/zoom-image.min.js
prismjs@1
The text was updated successfully, but these errors were encountered: