#How to pass arbitrary `data` props to Mantine components

3 messages · Page 1 of 1 (latest)

novel relic
#

In order to write Cypress end-to-end tests, I'm trying to write this

<Stack spacing={'md'} data-test-class="control-item-occurrence">

but data-test-class in not passed to the underlying div

Stack does not have wrapperProps prop either …

How can I target a specific Stack (or a collection) by some name ?

novel relic
#

Oh ! sorry, I'm gonna double check my code !