Google street view in meteor app

Hi all,
Has anyone been able to integrate google street view inside a meteor app?
I have used the npm package react-streetview (https://www.npmjs.com/package/react-streetview) with success in webpack, but I get no result or error when using it in meteor.
I suspect it may be an async issue.

The google example (https://developers.google.com/maps/documentation/javascript/examples/streetview-simple) makes use of ‘async defer’ in the script tag.

Any advice would be greatly appreciated.