#How to pass arbitrary `data` props to Mantine components
3 messages · Page 1 of 1 (latest)
all data attributes are added to elements – https://codesandbox.io/s/relaxed-pasteur-yhcshc?file=/src/App.tsx
Oh ! sorry, I'm gonna double check my code !
3 messages · Page 1 of 1 (latest)
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 ?
all data attributes are added to elements – https://codesandbox.io/s/relaxed-pasteur-yhcshc?file=/src/App.tsx
Oh ! sorry, I'm gonna double check my code !