// Jest Snapshot v1, https://goo.gl/fbAQLP exports[` child props should reset ids correctly 1`] = `
Hello Tab1
`; exports[` child props should reset ids correctly 2`] = `
Hello Tab1
`; exports[` performance should render all tabs if forceRenderTabPanel is true 1`] = `
Hello Tab1
Hello Tab2
Hello Tab3
Hello Tab4
`; exports[` props should accept className 1`] = `
Hello Tab1
`; exports[` props should have sane defaults 1`] = `
Hello Tab1
`; exports[` props should honor negative defaultIndex prop 1`] = `
`; exports[` props should honor positive defaultIndex prop 1`] = `
Hello Tab2
`; exports[` should allow for higher order components 1`] = `
Foo
`; exports[` should allow string children 1`] = `
Foo
    Foo Foo Foo
Bar
Foo
`; exports[` should not add known props to dom 1`] = `
`; exports[` should pass through custom properties 1`] = `
`; exports[` validation should allow other DOM nodes 1`] = `
`; exports[` validation should allow random order for elements 1`] = `
Hello Foo
Hello Bar
`; exports[` validation should be okay with rendering just TabList 1`] = `
`; exports[` validation should be okay with rendering without any children 1`] = `
`; exports[` validation should gracefully render null 1`] = `
Content A
`; exports[` validation should not throw a warning when wrong element is found 1`] = `
`; exports[` validation should result with warning when defaultIndex and selectedIndex set 1`] = ` "Warning: Failed prop type: The prop \`selectedIndex\` cannot be used together with \`defaultIndex\` in \`Tabs\`. Either remove \`selectedIndex\` to let \`Tabs\` handle the selected tab internally or remove \`defaultIndex\` to handle it yourself." `; exports[` validation should result with warning when multiple tablist components exist 1`] = `"Warning: Failed prop type: Found multiple 'TabList' components inside 'Tabs'. Only one is allowed."`; exports[` validation should result with warning when onSelect missing when selectedIndex set 1`] = ` "Warning: Failed prop type: The prop \`onSelect\` is marked as required in \`Tabs\`, but its value is \`undefined\` or \`null\`. \`onSelect\` is required when \`selectedIndex\` is also set. Not doing so will make the tabs not do anything, as \`selectedIndex\` indicates that you want to handle the selected tab yourself. If you only want to set the inital tab replace \`selectedIndex\` with \`defaultIndex\`." `; exports[` validation should result with warning when tab outside of tablist 1`] = `"Warning: Failed prop type: Found a 'Tab' component outside of the 'TabList' component. 'Tab' components have to be inside the 'TabList' component."`; exports[` validation should result with warning when tabs/panels are imbalanced 1`] = `"Warning: Failed prop type: There should be an equal number of 'Tab' and 'TabPanel' in \`Tabs\`. Received 1 'Tab' and 0 'TabPanel'."`; exports[` validation should result with warning when tabs/panels are imbalanced and it should ignore non tab children 1`] = `"Warning: Failed prop type: There should be an equal number of 'Tab' and 'TabPanel' in \`Tabs\`. Received 1 'Tab' and 2 'TabPanel'."`;