Zachary Salzbank
Zachary Salzbank
I'm getting something similar with this example: ```typescript export interface X { x: string; } export interface Y { y: string; } export type Inner = { inner: Wrapper[]; };...
I'd love to fix this if somebody could point me in the right direction.
The error I get in my browser console is: ``` TypeError: Cannot read property 'maps' of undefined at a.mounted (index.6688e3fbf0fc3cdc9711.js:2) at we (vendor.cc013dec96491fcb673b.js:2) at Object.insert (vendor.cc013dec96491fcb673b.js:2) at A (vendor.cc013dec96491fcb673b.js:2) at...
I could, but I still need that code to be called regardless (I'm using `window.google` for now as a workaround). Don't think I can watch `this.$google` to make sure it...
Still having the same problem unfortunately.