You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project looks really helpful. But when I compile and run, I get an error every time (using both chrome and Edge).
Do you know how I can fix this?
core.es.js:5284 Uncaught TypeError: Cannot read property 'start' of undefined
at BatchSystem.setObjectRenderer (core.es.js:5284)
at Graphics._render (graphics.es.js:3101)
at Graphics.render (display.es.js:1615)
at Container.render (display.es.js:1620)
at Renderer.render (core.es.js:10812)
at Application.render (app.es.js:73)
at Module../src/index.ts (index.ts:36)
at webpack_require (bootstrap:19)
at Object.0 (index.ts:52)
at webpack_require (bootstrap:19)
BatchSystem.prototype.setObjectRenderer = function setObjectRenderer (objectRenderer)
{
if (this.currentRenderer === objectRenderer)
{
return;
}
this.currentRenderer.stop();
this.currentRenderer = objectRenderer;
this.currentRenderer.start();
};
The text was updated successfully, but these errors were encountered:
This project looks really helpful. But when I compile and run, I get an error every time (using both chrome and Edge).
Do you know how I can fix this?
core.es.js:5284 Uncaught TypeError: Cannot read property 'start' of undefined
at BatchSystem.setObjectRenderer (core.es.js:5284)
at Graphics._render (graphics.es.js:3101)
at Graphics.render (display.es.js:1615)
at Container.render (display.es.js:1620)
at Renderer.render (core.es.js:10812)
at Application.render (app.es.js:73)
at Module../src/index.ts (index.ts:36)
at webpack_require (bootstrap:19)
at Object.0 (index.ts:52)
at webpack_require (bootstrap:19)
The text was updated successfully, but these errors were encountered: