- Issue created by @cdupree
In terms of steps to reproduce, is this an absolutely plain Drupal 10 site with just webform, no other themes, etc?
- πΊπΈUnited States cdupree
Apologies, should have been more specific. This is on my company's test site, still in development, with a custom theme being built from the stable9 base theme. Let me know if I need to be more specific, I'm not as involved in our site theming.
These errors are present on a separate branch using the custom theme, Drupal 10.0, and Webform 6.2@beta5.
They are not present on the production branch using the custom theme, Drupal 9.5.7, and Webform 6.1.4. - Status changed to Postponed: needs info
over 1 year ago 10:09pm 30 March 2023 I tried to reproduce this as written but could not. I installed Drupal 9.5 and Webform 6.2.0-beta5. I created a form with a managed file element. I loaded the form but there were no console errors as this issue indicates in step 1.
So I think you have some work to do to figure out why this happens on your development branch. Consider disabling JavaScript aggregation and looking over the stack trace in the console log.
I can reproduce it on beta 5 but I cannot reproduce it on the 6.2.x branch. So that indicates it may have been fixed after January 12. Can you confirm that? Use
composer require drupal/webform:6.2.x-dev
.- Status changed to Closed: duplicate
over 1 year ago 10:33pm 30 March 2023 This is a duplicate of π [Drupal 9.2.x] Replace jquery.removeOnce with new once API Fixed .
- πΊπΈUnited States cdupree
Thanks for finding the duplicate issue.
We did test with 6.2.x-dev (Drupal 10, stable9 custom theme) and it resolved both issues reported. Thank you!