-
Notifications
You must be signed in to change notification settings - Fork 339
The Moneytizer plugin results in dashboard error with v1.3.0 #3144
Copy link
Copy link
Closed
Labels
Description
Bug Description
Two users in the support forum (here and here) reported still receiving the Cannot read property 'ea' of undefined error (#3132) that resulted from the Google Charts API update earlier this week even after updating Site Kit to v1.3.0. This error occurred when going to Site Kit > Dashboard.
Ultimately both users discovered that deactivating The Moneytizer plugin fixed the issue. One user reported that they had had The Moneytizer plugin installed since June 2020 without issue until updating to v.1.3.0, so it appears that this conflict may have been introduced in our most recent release.
Steps to reproduce
- Use the Site Kit testing plugin set to v1.2.9
- Install and activate The Moneytizer plugin
- Go to Site Kit > Dashboard and confirm that dashboard displays successfully
- Change Site Kit testing plugin to v1.3.0
- Go to Site Kit > Dashboard and error message will display:
Cannot read property 'ea' of undefined
in GoogleChartV2
in div
in Sparkline
in div
in div
in DataBlock
in div
in LegacySearchConsoleDashboardWidgetTopLevel
in withData(LegacySearchConsoleDashboardWidgetTopLevel)
in Unknown
in WithSelect(withData(LegacySearchConsoleDashboardWidgetTopLevel))
in FilteredComponent
in FilteredComponent
in WithFilters(LegacyDashboardSearchFunnelInner)
in div
in div
in div
in Layout
in div
in LegacyDashboardSearchFunnel
in FilteredComponent
in FilteredComponent
in FilteredComponent
in WithFilters(LegacyDashboardModule)
in div
in Row
in div
in Grid
in div
in DashboardApp
in GoogleSitekitDashboard
in RestoreSnapshots
in ErrorHandler
in Root
Additional Context
- PHP Version: v7.4.16
- OS: Big Sur
- Browser: Chrome
- Plugin Version: v1.3.0
- Device: Macbook Pro
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation Brief
Test Coverage
Visual Regression Changes
QA Brief
Changelog entry
Reactions are currently unavailable