Hello,
I am seeing a lot of errors in my debug log that look like app.ERROR: ErrorException: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /var/www/html/web/app/themes/custom/vendor/timber/timber/lib/ImageHelper.php:722.
Looking into it, it seems to be a Timber issue regarding using PHP 8.1+. I have "rareloop/lumberjack-core": "^6.0" in my theme's composer.json and "timber/timber": "^1.24.0" showing in composer.lock.
Are there any fixes for this?