Skip to content
Snippets Groups Projects
Commit 01f1ac56 authored by Florent Torregrosa's avatar Florent Torregrosa Committed by Pierre Dureau
Browse files

Issue #3465497 by grimreaper, pdureau: Ensure slotsAlter exists to avoid fatal error.

parent c5fbc083
No related branches found
No related tags found
1 merge request!208Issue #3465497 by grimreaper, pdureau: Ensure slotsAlter exists to avoid fatal error.
Pipeline #283793 passed with warnings
......@@ -50,6 +50,7 @@ class ComponentElementBuilder implements TrustedCallbackInterface {
$element = $this->buildProps($element, $component, $configuration, $contexts);
$element = $this->buildSlots($element, $component, $configuration, $contexts);
$element['#propsAlter'] = [];
$element['#slotsAlter'] = [];
return $element;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment