我在我的React组件中使用了google对象(例如new google.maps.places.PlacesService())。这是我想使用Story book测试/优化的组件。在故事书配置中,我尝试将'preview-head.html'中的googapis称为指向“https://maps.googleapis.com/maps/api/js?key= ....
的脚本然而,当故事书正在加载/启动时,我的react组件抛出异常“ReferenceError:google is not defined”。似乎,上面的api没有正确调用。
感谢您的帮助。
谢谢!
答案 0 :(得分:0)
对于任何有兴趣的人,以下是最新版本(6.0)中的正确答案:
https://storybook.js.org/docs/react/configure/story-rendering
通过将Googlescript标记添加到preview-head.html