Skip to content

Commit

Permalink
Revert "Revert "Add BaseControllerV2 support to ComposableController (#…
Browse files Browse the repository at this point in the history
…447)""

This reverts commit c3ebf47.
  • Loading branch information
estebanmino committed May 20, 2021
1 parent 92b2252 commit da1137b
Show file tree
Hide file tree
Showing 3 changed files with 557 additions and 159 deletions.
7 changes: 6 additions & 1 deletion src/BaseControllerV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,12 @@ export class BaseController<
string
>;

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

public readonly metadata: StateMetadata<S>;

Expand Down
Loading

0 comments on commit da1137b

Please sign in to comment.