Merged PR 216: Deprecate parent from IContainerModel for FindContainerById
This commit is contained in:
parent
d40cd8cf8e
commit
b4eba6bb9b
19 changed files with 97 additions and 109 deletions
|
@ -78,7 +78,6 @@ export function App(props: IAppProps): JSX.Element {
|
|||
const appRef = useRef<HTMLDivElement>(null);
|
||||
|
||||
const defaultMainContainer = new ContainerModel(
|
||||
null,
|
||||
DEFAULT_MAINCONTAINER_PROPS
|
||||
);
|
||||
const containers = new Map<string, IContainerModel>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue