mucklet / mucklet-client

Web client for Mucklet.com, a textual world of roleplay.
Apache License 2.0
5 stars 8 forks source link

Error showing Toast when notifications are enabled #285

Closed anisus closed 2 months ago

anisus commented 2 months ago

Issue

When notifications are enabled, using the Toaster module to show a toast will produce in an error:

TypeError: Cannot read properties of undefined (reading 'tag')
    at e.value (Notify.js:107:34)
    at e.value (Toaster.js:73:34)
    at e.value (BroadcastHandler.js:39:23)
    at EventBus.js:218:15

Reported by @ItsAKelmi

anisus commented 2 months ago

Resolved in PR #286