// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`StackTraceTab component should render the link to docs 1`] = `
To enable tracing action calls, you should set \`trace\` option to \`true\` for Redux DevTools enhancer. Refer to this page for more details.
`; exports[`StackTraceTab component should render with no props 1`] = `
`; exports[`StackTraceTab component should render with props, but without stack 1`] = `
`; exports[`StackTraceTab component should render with trace stack 1`] = `
fn1
app.js:72:24
fn2
app.js:84:31
`;