- Issue created by @code-brighton
- 🇬🇧United Kingdom code-brighton
Need to patch this, but some other issues with getting the latest version :/
So for now if you have the same issue, change responsive_menu.libraries.yml
from
...responsive_menu.toolbar: version: VERSION js: js/views/ToolbarVisualView.js: {}
To:
...responsive_menu.toolbar: version: VERSION js: js/views/ToolbarVisualView.js: {} dependencies: - toolbar/toolbar
- 🇮🇳India vishal.kadam Mumbai
I have tested the MR changes in one of my projects (Drupal 10.4.1) and confirm that the issue is resolved. Moving it to RTBC.
I was facing the same issue. I've applied the fix and confirm that it solves the issue.
- 🇬🇧United Kingdom stephen-cox
Thanks for the bug report and patch. This is a duplicate of #3404945 which is now fixed.