Uncaught TypeError: renderer.incDisplayOrder is not a function
Posted zlzbt
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Uncaught TypeError: renderer.incDisplayOrder is not a function相关的知识,希望对你有一定的参考价值。
小编亲测了可以,又遇到同样困惑的小伙伴可以尝试一下 ^.^
import Texture from 'pixi.js'
Uncaught TypeError: renderer.incDisplayOrder is not a function
at Stage.Layer._preRender (pixi-layers.js:563)
at Stage.Layer.render (pixi-layers.js:583)
at Renderer.render (core.es.js:11310)
at Application.render (app.es.js:77)
at TickerListener.emit (ticker.es.js:139)
at Ticker.update (ticker.es.js:678)
at Ticker._tick (ticker.es.js:377)
此时报错 pixi.js 的版本是 5.3.5
修改方案一:
手动修改 pixi.js版本为 5.1.3,然后npm i 即可
修改方案二
修改引入的文件 import Texture from 'pixi.js' 修改为 import Texture from 'pixi.js-legacy' 即可
以上是关于Uncaught TypeError: renderer.incDisplayOrder is not a function的主要内容,如果未能解决你的问题,请参考以下文章
如何解决问题:Uncaught (in promise) TypeError: promisify is not a function?
Uncaught TypeError: Cannot redefine property: $router
Uncaught TypeError: o.block is not a function
Laravel 5.1 和 Vue.js - 21678 Uncaught (in promise) TypeError: Cannot read property 'data' of null
jQuery Post blob 对象给出 Uncaught TypeError: Illegal invocation