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
Error: Uncaught (in promise): TypeError: Cannot read property 'map' of null TypeError: Cannot read property 'map' of null at new ConfigService (http://localhost:4200/vendor.bundle.js:26138:30) at wpConfigFactory (http://localhost:4200/vendor.bundle.js:96289:12)
I'm initializing the module exactly how the docs state: WordPressModule.forRoot('https://www.gideonlabs.com/', null, true),
The text was updated successfully, but these errors were encountered:
markgoho
changed the title
Type Error map of null
TypeError 'map' of null
Mar 11, 2017
Getting this in the console on first page load:
Error: Uncaught (in promise): TypeError: Cannot read property 'map' of null
TypeError: Cannot read property 'map' of null
at new ConfigService (http://localhost:4200/vendor.bundle.js:26138:30)
at wpConfigFactory (http://localhost:4200/vendor.bundle.js:96289:12)
I'm initializing the module exactly how the docs state:
WordPressModule.forRoot('https://www.gideonlabs.com/', null, true),
The text was updated successfully, but these errors were encountered: