Bug php 8.2 + Templater dump function compatibility

There is a bug in this version
X

Xon

Guest
The following template function when using php 8.2 causes an error:
Code:

{{ dump(false) }}

Looks like symfony/var-dumper needs updating or patching for php 8.2 compatibility
Code:

Code:
ErrorException: Template error: [E_DEPRECATED] mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead
- src/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:881
- Nov 16, 2022 at 2:41 PM

Stack trace
#0...

Read more

Continue reading...