Warning: Failed prop type: Invalid prop `DotsWrapper` of type `object` supplied to `Slider`, expected `function`.
I get this warning as well.
Same here, if I use a function returning a CustomDotsWrapper it gives me an error:
Objects are not valid as a React child (found: object with keys {$$typeof, render, displayName, attrs, componentStyle, foldedComponentIds, styledComponentId, target, withComponent, warnTooManyClasses, toString}). If you meant to render a collection of children, use an array instead.
I've got the same issue here. @ItsMrAkhil, do you have any idea about how could we solve it?
Same issue
Same issue