react-liquid
react-liquid copied to clipboard
how to show nested object data
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
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?