Updated Composite to render a FallBack Component, when no visual component has been rendered.

This commit is contained in:
Samuel Andert
2023-08-02 12:37:45 +02:00
parent 7f57036e94
commit e4cb7df353
3 changed files with 24 additions and 27 deletions

View File

@ -16,7 +16,7 @@
children: [
{
id: 'child',
component: 'LearnReady',
// component: 'LearnReady',
slot: 'left',
store: {
xstate: 'NOTREADY'