You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
I have tried different approaches. I have data on my section when i log the data.sections.
I found out that it's because i am using types instead of fields
Is there a way to use widgetsFor for a typed List?
The text was updated successfully, but these errors were encountered:
Hello everyone! I am trying to create a custom preview!
This is one of my fields in my collection
In my preview template I have the following code:
I am getting the following error: Uncaught TypeError: widgetsFor(...).map is not a function
My interface:
I have tried different approaches. I have data on my section when i log the data.sections.
I found out that it's because i am using types instead of fields
Is there a way to use widgetsFor for a typed List?
The text was updated successfully, but these errors were encountered: