In file FieldtypeTable.module on line: 1355
code should be:
$v = explode(',', $v ?? ''); // old code: $v = explode(',', $v );
php +8.1 otherwise gives an error:
PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in...