// Jest Snapshot v1, https://goo.gl/fbAQLP exports[` child props should reset ids correctly 1`] = `
Hello Foo
`; exports[` child props should reset ids correctly 2`] = `
Hello Foo
`; exports[` performance should render all tabs if forceRenderTabPanel is true 1`] = `
Hello Foo
Hello Bar
Hello Baz
Hello Qux
`; exports[` props should accept className 1`] = `
Hello Foo
`; exports[` props should have sane defaults 1`] = `
Hello Foo
`; exports[` props should honor negative defaultIndex prop 1`] = `
`; exports[` props should honor positive defaultIndex prop 1`] = `
Hello Bar
`; 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
`;