feat: only renders arrays and blocks once they are initialized

This commit is contained in:
James
2022-07-15 17:26:05 -07:00
parent c995f797fe
commit 735e385537
4 changed files with 12 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ const TabsFields: CollectionConfig = {
tabs: [
{
label: 'Tab One',
description: 'Here is a description for tab one',
fields: [
{
name: 'array',
@@ -26,6 +27,7 @@ const TabsFields: CollectionConfig = {
},
{
label: 'Tab Two',
description: 'Description for tab two',
fields: [
{
name: 'text',
@@ -36,6 +38,7 @@ const TabsFields: CollectionConfig = {
},
{
label: 'Tab Three',
description: 'Description for tab three',
fields: [
{
name: 'number',