我得到IE11下此錯誤:流星 - IE11會顯示空白頁
對象不支持此屬性或方法「爲」上線:
var esSymKey = useSymbol ? Symbol.for(esStrKey) : null;
從node_modules /流星/模塊/ node.modules/reify/lib/runtime/utils.js
in modules.js。
我嘗試更新的一切,但沒有運氣
我的包列表如下:
meteor-base
mobile-experience
mongo
blaze-html-templates
session
[email protected]
tracker
es5-shim
coffeescript
msavin:mongol
tap:i18n
tap:i18n-db-modified
globalconstants
reywood:publish-composite
fourseven:scss
reactive-var
mystor:device-detection
subs-manager-modified
fastclick
check
manuelschoebel:ms-seo-modified
mrt:modernizr-meteor
gorillastack:iron-router-gtm
iron:router
standard-minifier-css
standard-minifier-js
add-scripts
tap:i18n-bundler
shell-server
dynamic-import
webapp
chrome-spiderable
你有什麼想法?
謝謝。
你如何解決它? – cesarve
我在head.html中添加了 。不是我所假設的最佳解決方案,但其他解決方案無法正常工作。 –
非常感謝!它適用於我 – cesarve