ACF_taxonomy - PHP deprecation warning for creation of dynamic property

When I add:

<Loop acf_taxonomy=menu_category>
   <Field title />
</Loop>

To the below, I get a critical error.

<Loop type=menus>
  <Field title />
  <Loop acf_flexible=section>
    <Loop acf_repeater=columns>
      <If acf_select=type value="menu_category">
        <Loop acf_taxonomy=menu_category>
          <Field title />
        </Loop>
      </If>
    </Loop>
  </Loop>
</Loop>

Deprecated : Creation of dynamic property Tangible\Template\Integrations\AdvancedCustomFields\FlexibleContentLoop::$object_id is deprecated in /home/1088092.cloudwaysapps.com/mbkrshkujf/public_html/wp-content/plugins/tangible-loops-and-logic/vendor/tangible/template-system/template/integrations/advanced-custom-fields/types/flexible-content.php on line 36

Deprecated : Creation of dynamic property Tangible\Template\Integrations\AdvancedCustomFields\RepeaterLoop::$object_id is deprecated in /home/1088092.cloudwaysapps.com/mbkrshkujf/public_html/wp-content/plugins/tangible-loops-and-logic/vendor/tangible/template-system/template/integrations/advanced-custom-fields/types/repeater.php on line 37Preformatted text

Hey! Thanks for letting us know! We will look into it!