We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8b608 commit b326468Copy full SHA for b326468
src/components/sectionsWheelPicker/SectionsWheelPicker.driver.tsx
@@ -6,7 +6,6 @@ import {SectionsWheelPickerProps} from './index';
6
7
export const SectionsWheelPickerDriver = (props: ComponentProps) => {
8
const driver = useComponentDriver<SectionsWheelPickerProps>(props);
9
-
10
const sectionsDrivers = React.Children.toArray(driver.getElement().props.children).map((section) => {
11
if (typeof section === 'object' && 'props' in section) {
12
return WheelPickerDriver({
0 commit comments