Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
<div>
</div>
);
}
export default connect((x) => x, { fetchNames })(withShortcut(Sidebar));
<tt>{x.keys}</tt>
<span>{x.description}</span>
})}
)}
;
}
}
export default connect(
(x) => x,
{ }
)(withShortcut(ShortcutsModal));
renderURL: buildRenderURL(state),
leftRenderURL: buildRenderURL(state, state.leftFrom, state.leftUntil),
rightRenderURL: buildRenderURL(state, state.rightFrom, state.rightUntil),
});
const mapDispatchToProps = (dispatch) => ({
actions: bindActionCreators(
{ },
dispatch
),
});
export default connect(
mapStateToProps,
mapDispatchToProps
)(withShortcut(FlameGraphRenderer));
});
const mapDispatchToProps = (dispatch) => ({
actions: bindActionCreators(
{
fetchJSON,
receiveJSON,
},
dispatch
),
});
export default connect(
mapStateToProps,
mapDispatchToProps
)(withShortcut(ComparisonFlameGraphRenderer));