Warning: Invalid argument supplied for foreach(). when creating a WP_query

Solved., little things matter.

if ($termsArray) {

  foreach ( $termsArray as $term ) {
    $termsString .= $term->slug.' ';
  }  

}