Results 5 issues of Louise Reid

Using this code, can you tell me why the placeholder doesn't show? I've attempted using placeholder and placeholderSrc. My expected behaviour would be to see loading text on screen before...

I've just updated styled components to v5 and jest-styled-components to v7 and now any test that calls on `toHaveStyleRule` fails with the error `No style rules found on passed Component`....

Base library updated to [radux-ui/react-slider](https://www.radix-ui.com/primitives/docs/components/slider) which allows for screen reader swipe interaction on mWeb. All props of previous `react-slider` library have been changed to ensure 99% backwards compatibility however `ariaLabel`...

DON'T MERGE
major

## Bug report ### Current Behavior When using the slider with android talkback using swipe gestures does not move the thumb ### Expected behavior When using the slider with android...

### Description When using the slider with Android talkback the slider thumb cannot be moved. This PR explores adding touch events on top of the pointer events to see if...