Problem/Motivation
With drupal 10 I'm getting
TypeError: $(...).once is not a function
See https://www.drupal.org/node/3158256
Steps to reproduce
Install the module and edit a layout.
Proposed resolution
Switch to core/once
Issue fork layout_builder_customizer-3364449
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
uniquename commentedComment #4
doxigo commentedTested the patch, and works as expected
Comment #7
neslee canil pinto