We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179f143 commit 191b054Copy full SHA for 191b054
dash/dash-renderer/src/utils/TreeContainer.ts
@@ -61,8 +61,8 @@ export function validateComponent(componentDefinition: any) {
61
if (type(componentDefinition) === 'Array') {
62
throw new Error(
63
'The children property of a component is a list of lists, instead ' +
64
- 'of just a list. Check for trailing commas, or ' +
65
- 'check the component that has the following contents ' +
+ 'of just a list. This can sometimes be due to a trailing comma. ' +
+ 'Check the component that has the following contents ' +
66
'and remove one of the levels of nesting: \n' +
67
JSON.stringify(componentDefinition, null, 2)
68
);
0 commit comments