// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
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`] = `
  
    
      
      
        
        
        
       
     
   
 
`;