Exception is thrown when using textarea ref

Created on 29 January 2025, 2 months ago

Overview

I'm getting an uncaught exception when using the textarea ref from XB in a component:

Drupal\Core\Render\Component\Exception\InvalidComponentException: The component "experience_builder:my-section" uses non-string types for properties: body. in Drupal\Core\Theme\Component\ComponentValidator->validateDefinition() (line 99 of core/lib/Drupal/Core/Theme/Component/ComponentValidator.php).
Drupal\Core\Theme\ComponentPluginManager->isValidDefinition() (Line: 265)
Drupal\Core\Theme\ComponentPluginManager->Drupal\Core\Theme\{closure}() (Line: 43)
Drupal\Component\Assertion\Inspector::assertAll() (Line: 264)
Drupal\Core\Theme\ComponentPluginManager->alterDefinitions() (Line: 341)
Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 213)
Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 153)
Drupal\Core\Theme\ComponentPluginManager->getAllComponents() (Line: 484)
Drupal\Core\Asset\LibraryDiscoveryParser->librariesForComponents() (Line: 405)
Drupal\Core\Asset\LibraryDiscoveryParser->parseLibraryInfo() (Line: 153)
Drupal\Core\Asset\LibraryDiscoveryParser->buildByExtension() (Line: 87)
Drupal\Core\Asset\LibraryDiscoveryCollector->getLibraryDefinitions() (Line: 66)
Drupal\Core\Asset\LibraryDiscoveryCollector->resolveCacheMiss() (Line: 149)
Drupal\Core\Cache\CacheCollector->get() (Line: 166)
Drupal\Core\Asset\LibraryDiscoveryCollector->getLibrariesByExtension() (Line: 173)
Drupal\Core\Asset\LibraryDiscoveryCollector->getLibraryByName() (Line: 68)
Drupal\Core\Asset\LibraryDependencyResolver->doGetDependencies() (Line: 70)
Drupal\Core\Asset\LibraryDependencyResolver->doGetDependencies() (Line: 41)
Drupal\Core\Asset\LibraryDependencyResolver->getLibrariesWithDependencies() (Line: 132)
Drupal\Core\Asset\AssetResolver->getLibrariesToLoad() (Line: 191)
Drupal\Core\Asset\AssetResolver->getCssAssets() (Line: 30)
Drupal\experience_builder\AssetRenderer->renderCssAssets() (Line: 61)
Drupal\experience_builder\Controller\ExperienceBuilderController->__invoke()
call_user_func_array() (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 593)
Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 121)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext() (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 183)
Symfony\Component\HttpKernel\HttpKernel->handleRaw() (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle() (Line: 53)
Drupal\Core\StackMiddleware\Session->handle() (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle() (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle() (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle() (Line: 116)
Drupal\page_cache\StackMiddleware\PageCache->pass() (Line: 90)
Drupal\page_cache\StackMiddleware\PageCache->handle() (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle() (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle() (Line: 36)
Drupal\Core\StackMiddleware\AjaxPageState->handle() (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle() (Line: 709)
Drupal\Core\DrupalKernel->handle() (Line: 19)

I've attached a patch with the changes to the component that is triggering this. The exception should be triggered after applying the patch and clearing caches.

Proposed resolution

User interface changes

🐛 Bug report
Status

Active

Version

0.0

Component

Page builder

Created by

🇫🇮Finland lauriii Finland

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @lauriii
  • 🇫🇮Finland lauriii Finland

    This is what has been stored in the config:

    uuid: 1ab15ac5-74f3-412d-8f82-97579f0532de
    langcode: en
    status: true
    dependencies: {  }
    label: Section
    id: sdc.experience_builder.my-section
    component: 'experience_builder:my-section'
    defaults:
      props:
        text:
          field_type: string
          field_storage_settings: {  }
          field_instance_settings: {  }
          field_widget: string_textfield
          default_value:
            value: 'Our mission is to deliver the best products and services to our customers. We strive to exceed expectations and continuously improve our offerings.'
          expression: ℹ︎string␟value
    
  • 🇺🇸United States sea2709 Texas

    @laurii: I guess when we use $ref, we should specify type as "object" in the YML file. I tried to add type: object for the body prop and didn't see the exception.

  • 🇫🇮Finland lauriii Finland

    I can't reproduce this anymore. Not sure what was causing this 🤷‍♂️

Production build 0.71.5 2024