我正在尝试显示一个带有标记的谷歌地图。我正在使用React.js。地图显示在正确的位置,但标记未显示,并且我在浏览器控制台中收到多个'object is not extensible‘错误/** @jsx React.DOM */this.initialize(); render:function(){ }来自控制台
未捕获TypeError:未捕获TypeError:$(...).tooltip不是函数 我的编译器通过intellisense向我展示了所有的工具提示选项,因此它似乎是通过类型定义文件来获取引导程序模块Uncaught TypeError: Uncaught TypeError: $(...).tooltip is not a function
$("#btnOnboardingFilesUpload"
it's now in the function") show: true, });我的console.log运行时,错误出现在$('#warning_modal').modal({行,它显示为Uncaught TypeError: undefined is not a function。这可能是什么原因造成的?注意:我在我的app