Closed yafp closed 5 years ago
Seems like the current noty implemention throws errors:
Noty is not defined
see sentry issue: TTTH-1K
previous:
var n = new Noty( { ... }
should be replaced with
const Noty = require("noty"); var n = new Noty( { ... }
And switch from lib/noty to noty via npm.
Seems to work for linux&mac in builds as well.
Seems like the current noty implemention throws errors:
Noty is not defined
see sentry issue: TTTH-1K