I was getting a similar error caught during testing. #2 π Uncaught TypeError: Cannot read properties of null (reading 'querySelectorAll') Active solved the issue for us.
Our issue was Uncaught TypeError: Cannot read properties of null (reading 'innerHTML') but still referring to description_toggle.js. No longer receiving that error after installing this patch.
Wasn't working for us because the shims we're being loaded in before the solid ones were loaded in, rendering icons with older markup broken.
bsim26 β made their first commit to this issueβs fork.
bsim26 β created an issue.
This rector patch ( https://www.drupal.org/files/issues/2022-08-16/automated_crop.3.x-dev.rector.patch β ) was properly doing the correct order on line 226, but removed it due to issue 3398069 π D10 compatibility issue - ContainerAwareEventDispatcher::dispatch(): Argument #1 ($event) must be of type object Fixed being closed.
bsim26 β created an issue.
bsim26 β created an issue.
bsim26 β made their first commit to this issueβs fork.
bsim26 β made their first commit to this issueβs fork.