The package has lots of dynamic property warnings f.e.
<warning> DEPRECATED </warning> Creation of dynamic property Asana\Client::$dispatcher is deprecated in vendor/asana/asana/src/Asana/Client.php on line 45.
Adding #[\AllowDynamicProperties] on these classes could solve this.