i have a HOC that i pass a parameter like this
const Map = (props) => { return ( ); } export default W