@themodularlab
On my site, performance deteriorated dramatically after updating from twig 3.14.0 to twig 3.14.2.
With twig 3.14.0, the time required to open the Node edit screen was a few seconds. However, after updating to twig 3.14.2, it now takes more than 30 seconds.
It might be a problem with the gin theme.
https://www.drupal.org/project/gin/issues/3409899 🐛 Primary local tasks not rendering on entity routes due to striptags filter Fixed
I also encountered a similar error.
Uncaught TypeError: Cannot read properties of undefined (reading 'width')
at resetSize (dialog.position.js?v=10.1.7:82:40)
at later (debounce.js?v=10.1.7:37:23)
After applying the following patch, the error no longer occurs.
https://www.drupal.org/project/drupal/issues/3356667 🐛 Error: Cannot read properties of undefined (reading 'settings') with dialog.position.js Needs work