console.error([`MUI:The\`value\`providedtotheTabscomponentisinvalid.`,`NoneoftheTabs' children match with "${value}".`, valueToIndex.keys ? `You can provide one of the following values: ${Array.from(valueToIndex.keys()).join(',')}.` : null].join('\n'));
console.error(['MUI:The`value`providedtotheTabscomponentisinvalid.', `The Tab with this \`value\` ("${value}") is not part of the document layout.`, "Make sure the tab item is present in the document or that it'snot`display:none`."].join('\n'));