- Issue created by @Nathan Tsai
Cross posted: https://www.drupal.org/project/gin/issues/3474647 🐛 [Gutenberg] Uncaught TypeError: Cannot read properties of null (reading 'querySelectorAll') Closed: outdated
When trying to edit a page with Gutenberg installed, Gin tries to render the form actions in a sticky toolbar, but it can't find them (due to Gutenberg's change).
Add a sanity check?
Uncaught TypeError: Cannot read properties of null (reading 'querySelectorAll')
at Object.updateFormId (more_actions.js?sjwipo:18:39)
at more_actions.js?sjwipo:12:14
at Array.forEach (<anonymous>)
at Object.init (more_actions.js?sjwipo:11:89)
at Object.attach (more_actions.js?sjwipo:4:35)
at drupal.js?v=10.3.5:166:24
at Array.forEach (<anonymous>)
at Drupal.attachBehaviors (drupal.js?v=10.3.5:162:34)
at big_pipe.js?v=10.3.5:153:10
at big_pipe.js?v=10.3.5:184:3
Active
1.1
Code