PHP dynamic property deprecated warning (still?)

Hi - Using Pro 6.7.13 and PHP 8.4.10 I’m getting tons of PHP warnings such as these:
[18-May-2026 18:24:57 UTC] PHP Deprecated: Creation of dynamic property XXX_Session::$register_shortcodes is deprecated in /home/XXXXXX/public_html/premium/wp-content/themes/pro/cornerstone/includes/_classes/classic/class-element-wrapper.php on line 42
[18-May-2026 18:24:57 UTC] PHP Deprecated: Creation of dynamic property XXX_Session::$shortcodes is deprecated in /home/XXXXX/public_html/premium/wp-content/themes/pro/cornerstone/includes/_classes/classic/class-element-wrapper.php on line 43

This is the same issue report here In Feb 2023. Of course at that time the suggestion was to downgrade PHP. However, I believe you state you support all versions of PHP supported by WP. So one would hope this has been fixed.

If it has been fixed, is there something specific to our configuration that I should check?

Thanks!