Showing 1 of 2 total issues
Function enter
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
enter(args = []) {
this._isEntering = true;
this.trigger('before:enter before:fetch', this, ...args);
return Promise.resolve()