vercel / swr-site

The official website for SWR.
https://swr.vercel.app
Apache License 2.0
486 stars 353 forks source link

autoCollapse set to true, is not working #533

Open AP-monkey opened 1 year ago

AP-monkey commented 1 year ago

Hello, I wanted the sidebar to open only 1 level at a time and close the other non active ones. I followed the documentation and applied the setting via theme.config.js file. But I keep getting an error in the console Unrecognized key(s) in object: 'autoCollapse'. Path: "sidebar. My defaultMenuCollapseLevel setting is set to 1.

It seems to work only page refresh, but not otherwise.

Thanks