DejaVue
DejaVue copied to clipboard
For array of objects as prop each array element is displayed separately
Reproduction:
Create component property with array of objects, open list of props in DejaVue inspector.
Result
Property is shown with too much details for each array element. In my case:
demos: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Expected result:
Type should be displayed just as Array
or as a collapsible block.