You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And passing null as element, an Error exception is thrown on line 883: $value = $this->_prepNestedEntriesForDisplay($value, $element->siteId, $static); as the $element is null
Additional info
Craft version: 5.0.0-beta.3
PHP version: 8.2
The text was updated successfully, but these errors were encountered:
Description
When initializing ckeditor with this sort of code :
And passing
null
as element, an Error exception is thrown on line 883:$value = $this->_prepNestedEntriesForDisplay($value, $element->siteId, $static);
as the$element
isnull
Additional info
The text was updated successfully, but these errors were encountered: