Skip to content

this.fastboot is possibly undefined #98

@nathanhammond

Description

@nathanhammond

In the event of a notification that triggers reload, this.fastboot is possibly undefined:

this.fastboot.reload();

this.fastboot comes into existence conditionally based upon:

if (!this.distPath) {
this.middleware = this.noAppMiddleware();
} else {
this.middleware = this.buildMiddleware();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions