- Issue created by @larowlan
- Status changed to Postponed
4 months ago 6:38am 1 August 2024
\Drupal\experience_builder\Plugin\DataType\ComponentTreeHydrated::getValue
returns a CacheableJsonResponse
which takes a data structure and then converts it into a string, but then in \Drupal\experience_builder\Controller\SdcController::layout
we take the string, json_decode and work with it again.
Wait for π Add typed value-objects for the component tree structure Needs review and then stop casting to and from strings