Polaris Web Technology

Results 3 comments of Polaris Web Technology

This is happening in my project as well. Tried upgrading cavy to v4.0.0 and cavy-cli v2.0.0. After some internal testing, it appears it may be related to a change in...

> Note that if there isn't a Cavy helper function that calls the exact prop you need, you can always use [`spec.findComponent`](https://www.pivotaltracker.com/n/projects/2447582) and call the props on the component yourself....

I recently ran across this issue and was able to solve it using dot object notation. https://datatables.net/release-datatables/examples/ajax/objects_subarrays.html ``` javascript columns: [ { data: 'emails.0.address', title: 'Emails de vos salariés', },...