score:0

template literals have no need for regular quotes inside them, basically the entire content between backticks is handled as a string, except for values inside ${}.

assuming that props.classes is a string, i would write your classname like this:

classname={`${classes}.selectionlist__sites`}

Related Query

More Query from same tag