When translating layouts from the layout library, the numeric index of sections in translated layouts sometimes doesn't match the original layout. This causes components to appear in the wrong section in the translated version of the layout.
Usually this is caused when a component is moved between sections in the original layout.
When this happens, there is a fatal error when accessing to a node using the translated layout.
The error is
Drupal\layout_builder\SectionComponent::__construct(): Argument #4 ($additional) must be of type array, null given, called in modules/contrib/layout_library/src/LayoutStorageHandler.php on line 41
Active
1.0
Code