react-liquid icon indicating copy to clipboard operation
react-liquid copied to clipboard

how to show nested object data

Open PradeepGorule14 opened this issue 4 years ago • 1 comments

I want to show the nested object data in react liquid how can I show it tried {{data.properties.name}} but not able to show the name property which is an inside properties object

PradeepGorule14 avatar Jan 04 '22 04:01 PradeepGorule14

Hi @PradeepGorule14,

You should be able to access nested objects using your method. Here's an example from the LiquidJS playground

Could you provide more details like the shape of the data object and the component rendering the data?

aquibm avatar Jan 07 '22 02:01 aquibm