DFreds/dfreds-convenient-effects

statuses.unshift is not a function.

Closed this issue · 1 comments

When trying to use the Invisibility CE (not Invisible) this error is triggered (shown in attachement).

@tposney mentioned this first. Small change in effect-helpers.js:55 adding

statuses = Array.from(statuses);
statuses.unshift(this.getId(name));

seems to fix.

image

DFreds commented

Fixed in next release