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
The RRM Block editor plugin and SiwG blocks fail to load with a number of errors relating to imports:
Uncaught TypeError: Cannot read properties of undefined (reading 'Chip')
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'getSettings')
Steps to reproduce
Checkout develop.
Enable the feature flag, connect the RRM Module with a publication
Load a post in the block editor, see the error in the console
I tested this on main and it still works there so it looks like a possible bug introduced by recent Webpack updates or something else.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
The Reader Revenue Manager post-level settings in the block editor should load as expected.
The Reader Revenue Manager blocks in the block editor should load as expected.
Reader Revenue Manager should not cause any errors in the browser console within the block editor.
Implementation Brief
Add googlesitekit-components as a dependency for Reader Revenue Manager scripts enqueued to the block editor that also have googlesitekit-modules-reader-revenue-manager as a dependency.
Uh oh!
There was an error while loading. Please reload this page.
Bug Description
The RRM Block editor plugin and SiwG blocks fail to load with a number of errors relating to imports:
Steps to reproduce
develop
.I tested this on
main
and it still works there so it looks like a possible bug introduced by recent Webpack updates or something else.Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation Brief
googlesitekit-components
as a dependency for Reader Revenue Manager scripts enqueued to the block editor that also havegooglesitekit-modules-reader-revenue-manager
as a dependency.Test Coverage
QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered: