1
我正在使用react 0.14.8
,並且我已經像下面那樣導入了jquery 2.2.3
。jquery.mobile-1.4.5.js:26 Uncaught TypeError:無法在反應應用中設置undefined屬性'mobile'
var jQuery = $ = require('jquery');
當我打開我的網頁,我得到的錯誤
jquery.mobile-1.4.5.js:26 Uncaught TypeError: Cannot set property 'mobile' of undefined in react app
在jquery mobile之前加載它。 – Omar
原因可能是常規JQuery不可訪問。檢查是否可以訪問Jquery,如果您使用CDN包含文件,請嘗試將其包含爲文件 - 爲我工作,並且我意識到我在CDN URL中有一個錯字 – lopushen