Skip to content

Commands plugin typo in flavor installation #1186

@carafelix

Description

@carafelix

type MyContext = Context & CommandsFlavor;

 type MyContext = CommandsFlavor<Context>;

and

const loggedOutCommands = new CommandGroup();
const loggedInCommands = new CommandGroup();

const loggedOutCommands = new CommandGroup<MyContext>();
const loggedInCommands = new CommandGroup<MyContext>();

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