Skip to content

Instantly share code, notes, and snippets.

@adamrneary
Last active September 23, 2017 22:15
Show Gist options
  • Save adamrneary/393d04f2ff0197a249b793c40a409c4f to your computer and use it in GitHub Desktop.
Save adamrneary/393d04f2ff0197a249b793c40a409c4f to your computer and use it in GitHub Desktop.
export default compose(
connect(mapStateToProps),
withBreakpoint,
withAirbnbInteractive({
universalPageName: PageName.HomesPdp,
confirmIsInteractive: ({ listing ) => !!listing,
}),
withStyles(({ color }) => ({
loading: {
background: color.rowUnderlay,
},
})),
)(ProductDetailPage);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment