I’am also I have issue: error while processing this directive in the Left Mobile Menu.
I find solution for it:
1. /wp-content/themes/boss/template-parts/left-mobile-menu.php
find: <!–#mobile-menu–>
replase it for <!–mobile-menu–> without #
2. go to /wp-content/themes/boss/header.php
find: <!–#panels closed in footer–>
and also remove #
That is remove error while processing this directive in the Left Mobile Menu in my case.