League-of-Foundry-Developers / foundryvtt-devMode

A module with some tools to help enable Foundry VTT package developers.
MIT License
12 stars 15 forks source link

Throws error if vueport module not installed. #47

Closed UranusBytes closed 2 years ago

UranusBytes commented 2 years ago

Environment Details

Describe the bug v1.15.0 throws error if vueport not installed

foundry.js:319 TypeError: Cannot read properties of undefined (reading 'active')
    at foundryvtt-devMode.mjs:74:35
    at Hooks._call (foundry.js:294:14)
    at Hooks.callAll (foundry.js:253:12)
    at Game.setupGame (foundry.js:5567:11)
    at async Game._initializeGameView (foundry.js:6514:5)
    at async Game.initialize (foundry.js:5431:5)
onError @ foundry.js:319
_call @ foundry.js:298
callAll @ foundry.js:253
setupGame @ foundry.js:5567
await in setupGame (async)
_initializeGameView @ foundry.js:6514
_initializeView @ foundry.js:6490
initialize @ foundry.js:5431
await in initialize (async)
window.addEventListener.once @ foundry.js:62701