react-shallow-testutils icon indicating copy to clipboard operation
react-shallow-testutils copied to clipboard

Option to have multiple find elements in ref

Open bigomega opened this issue 9 years ago • 0 comments

Having something like this would be perfect const { header, body, inner } = findWithRef(component, 'header', 'body', 'inner')

bigomega avatar Feb 20 '16 05:02 bigomega