Closed (duplicate)
Project:
Bootstrap
Version:
8.x-3.25
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2023 at 12:30 UTC
Updated:
2 Feb 2023 at 16:01 UTC
Jump to comment: Most recent
Hello,
I am working on a Drupal 10 (10.0.2) project and I have problems when I load forms (node/add, for example) with Boostrap theme enabled. There are some js errors:
drupal.js?v=10.0.2:64 Uncaught TypeError: Cannot read properties of undefined (reading 'chain')
drupal.js?v=10.0.2:64 Uncaught TypeError: $context.find(...).once is not a function
...
You can find all of them in the attached image.
Errors appear both in the main theme and in the subthemes created with the starterkit.
Could somebody help me?
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| TypeError.png | 346.01 KB | dromansab |
Comments
Comment #2
dromansab commentedI think that this problem is related with Drupal 10 removed use of jquery.once: https://www.drupal.org/node/3158256
The error can be reproduced using bootstrap in node/add form with an image or paragraph field.
Comment #3
jcnventura