Cannot add custom components with sub fields inside to the page

Hi, we have a problem with custom components that used to work before. The components have sub fields that user can add list of item e.g. FAQ question and answer.

It stops working today with the warning in console when we try to add those components into the page.

Builder content link

Detailed steps to reproduce the bug
Add any of these custom components into the page and it won’t appear

  • Lots
  • FAQ
  • Auctions
  • Topic Lists
  • Collections

Screenshots or video link

Hi @maythee,

This could be a potential bug, we are investigating this further to figure out the root cause. However, as a workaround enabling Use debounced edits in content editor option under Account Settings → Advanced Settings → Performance seems to resolve the issue on your space.

Also, could you tell us about your tech stack and @builder/react SDK version, so that we can reproduce this from our end? Thank you.

Hi @manish-sharma ,

The option is enabled and seems to fix the issue now.

Hi @maythee,

We are glad to hear that. We still would like to investigate this further, so if could you tell us about your tech stack and @builder/react SDK version, that would be much appreciated. Thank you!

Currently we use these packages

"@builder.io/react": "2.1.0",
"@builder.io/utils": "^1.1.11",
"@builder.io/widgets": "^1.2.24",

Hi @maythee,

Looks like you are using an older version of React SDK, if you have the option to upgrade to our latest React SDK

    "@builder.io/react": "^3.0.2",