Uncaught TypeError: WeakMap key Symbol() must be an object (signals.ts / interactivity) / regression Gutenberg 19.0 #64607
Labels
[Feature] Interactivity API
API to add frontend interactivity to blocks.
[Type] Bug
An existing feature does not function as intended
Description
On a page that contains a cover blocks with an encapsulated Navigation block + Site Logo block, i encounter an issue on mobile : the burger menu is not clickable anymore on Safari + Firefox (ok with Chrome).
If i look at the Dev Tools, i can see a an error with this.computedsByScope.set in signals.ts (see below screenshot)
I don't know if the error explains the issue with the burger menu not anymore clickable on mobile on Safari/FF only.
Step-by-step reproduction instructions
I cannot reproduce in a test page : i've build back the banner + logo + nav, but the issue is not there.
the solution : if i deactivate Gutenberg 19, it works back > so the explanation is there
If someone can fix this ts error, so i can test if it fixes the issue with the nav component, would be great.
Screenshots, screen recording, code snippet
Environment info
WP 6.6.1
TT3 theme
Gutenberg 19.0.0
I even tested deactivating WooCommerce & WPRocket, but the issue is still there on Safari/FF mobile context (ok with Chrome).
Deactivating the Gutenberg plugin fixes the issue with the nav component (burger menu on mobile)
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
The text was updated successfully, but these errors were encountered: