Uncaught PHP Exception: Pattern recursion found

Created on 9 November 2023, 8 months ago
Updated 14 June 2024, 17 days ago

Problem/Motivation

I am using this module along side Wingsuit - Storybook for UI Patterns in order to create a component that extends "container" from the wingsuit generated theme.
But when My component extends container.settings.bg, I get the Pattern recursion Error.
I tired resolving the problem to no avail.
At this point I a not sure if the problem is related to the module or my pattern definition.

Steps to reproduce

  • Generate the wingsuit theme.
  • Generate a new component using the yarn command (yarn ws generate-component)
  • Extend Container in the newly created component.

This is the yml of my component

accordions:
  use: "@molecules/accordions/accordions.twig"
  label: Accordions
  description: Example description
  extends:
    - container.settings.bg
  fields:
    field_1:
      type: text
      label: Content
      preview: Text
  settings:
    setting_1:
      type: select
      label: Setting 1
      options:
        option_1: Value 1
      preview: value_1

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ’¬ Support request
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡±πŸ‡§Lebanon Georges ADWAN

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

Comments & Activities

Production build 0.69.0 2024