Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent redefining 'alchemy-menubar' custom element when using Turbo
This commit uses `data-turbo-eval="false"` to prevent defefining 'alchemy-menubar' custom element when navigating between pages with Turbo. Without this, we are getting the following error after each `Turbo.visit`: ``` Uncaught DOMException: CustomElementRegistry.define: 'alchemy-menubar' has already been defined as a custom element ```
- Loading branch information