I have built a custom page with Filament 4.1. The page lists some records of a model. Each record can be edited in a modal. The form in this model contains a rich editor field.
The rich editor field has some merge tags. But when I type {{ nothing happens. The same rich editor field works perfectly on a default resource page.
Does it relate to this fix?
public ?array $data = [
'feedback' => '', // otherwise RichEditor throws a JS error on loading the page
];