out comment warning.
This commit is contained in:
@@ -139,10 +139,13 @@ export class UmbWorkspaceLayoutElement extends UmbLitElement {
|
||||
if (component && 'manifest' in component) {
|
||||
component.manifest = view;
|
||||
} else {
|
||||
/*
|
||||
TODO: Too noisy for my taste, so I would investigate if there is otherways to make this more visible.
|
||||
console.group(`[UmbWorkspaceLayout] Failed to setup component for route: ${info.match.route.path}`);
|
||||
console.log('Matched route', info.match.route);
|
||||
console.error('Missing property "manifest" on component', component);
|
||||
console.groupEnd();
|
||||
*/
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user