Skip to content

Commit

Permalink
Revert "Add BaseControllerV2 support to ComposableController (#447)"
Browse files Browse the repository at this point in the history
This reverts commit 5777094.
  • Loading branch information
estebanmino committed Apr 28, 2021
1 parent ec0b5d7 commit c3ebf47
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 557 deletions.
7 changes: 1 addition & 6 deletions src/BaseControllerV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,7 @@ export class BaseController<
string
>;

/**
* The name of the controller.
*
* This is used by the ComposableController to construct a composed application state.
*/
public readonly name: N;
private name: N;

public readonly metadata: StateMetadata<S>;

Expand Down
Loading

0 comments on commit c3ebf47

Please sign in to comment.