ionic 4 google-maps 5 beta “TypeError: Cannot read property 'BaseClass' of null”
问题 im trying to use ionic 4 google-maps@5.0.0-beta.20 i am following these slides: https://docs.google.com/presentation/d/1zlkmoSY4AzDJc_P4IqWLnzct41IqHyzGkLeyhlAxMDE/edit#slide=id.g282d0a7bfd_0_140 I get this error: "TypeError: Cannot read property 'BaseClass' of null" newlocation.page.html: <ion-content> <h3>Ionic GoogleMaps Starter</h3> <div id="map_canvas"> </div> </ion-content> newlocation.page.scss: map_canvas { height: 90%; } newlocation.page.ts: import { Component, OnInit } from '