You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r4725-wordcamp upgraded Gutenberg from 17.1.2 to 17.5.1 in order to fix #1220. It looks like the query-filter block on event.wordpress.org is no longer working, though.
When the page loads, these errors appear in the console:
Uncaught SyntaxError: Unexpected token 'export' (at index.min.js?ver=17.5.1:1:33659)
view.js?ver=801619dd5405f13e806c:3 Uncaught TypeError: Cannot read properties of undefined (reading 'store')
at view.js?ver=801619dd5405f13e806c:3:140
at view.js?ver=801619dd5405f13e806c:3:1673
(anonymous) @ view.js?ver=801619dd5405f13e806c:3
(anonymous) @ view.js?ver=801619dd5405f13e806c:3
If you click on one of the filters, this error appears:
hooks.tsx:260 Uncaught TypeError: Cannot read properties of undefined (reading 'wporg')
at hooks.tsx:260:50
at Array.forEach (<anonymous>)
at hooks.tsx:260:20
at Nt.l.evaluate.u.scope (hooks.tsx:276:17)
at t.props.<computed> [as clickfalse] (directives.js:93:5)
at HTMLButtonElement.A (preact.module.js:1:4501)
(anonymous) @ hooks.tsx:260
(anonymous) @ hooks.tsx:260
Nt.l.evaluate.u.scope @ hooks.tsx:276
t.props.<computed> @ directives.js:93
A @ preact.module.js:1
The text was updated successfully, but these errors were encountered:
I believe the interactivity API changed — see WordPress/wporg-mu-plugins#490. Unfortunately we needed to update to 17.2+ for the fix in #1220, but 17.2 is when the change occurred. Doubly unfortunate, we can't update GB on wp.org, so any fix will need to account for both Interactivity API standards.
It's unfortunate that Blocks Everywhere requires a set version of Gutenberg to work, aside from using WordPress/wporg-mu-plugins#561 is it worth moving away from that plugin?
Just an update: I've got an update to wporg-mu-plugins working locally, I'll get the PR(s) up tomorrow. I think @dd32's GB version switcher is probably the best bet, while we figure out if we can replace Blocks Everywhere with something else.
r4725-wordcamp
upgraded Gutenberg from17.1.2
to17.5.1
in order to fix #1220. It looks like thequery-filter
block on event.wordpress.org is no longer working, though.When the page loads, these errors appear in the console:
If you click on one of the filters, this error appears:
The text was updated successfully, but these errors were encountered: