Possible bug with If Else

This worked without issue before 3.0 but now throws a red-x error in the editor at the <Else /> statement, but only because of the <Shortcode /> elements. If I replace the shortcodes with plain text, the editor stops complaining about the <Else /> statement. Doesn’t matter what the shortcode is.

The error shown is Tag must be paired etc... Probably just an editor validation issue.

The code is:

   <If check="{Field twitter_id}" >
    <Shortcode string-highlighter />
   <Else />
    <Shortcode string-highlighter />
   </If>

Thank you bug-finder-extraordinaire! Your hypothesis was correct that this is just an editor validation issue as noted in this thread. Should be addressed shortly in the next update.