https://github.com/willtj/php-draftjs-html/blob/a3c74cd057ebbe1a24155dfae46ecc99ba2e323d/src/Converter.php#L351 Here we have an `Undefined error` => `Undefined charMetaList` you have to put `$characterMetaList` to fix this issue ``` array_slice($characterMetaList, $rangeStart, $i - $rangeStart) ```