Eugene

Results 7 comments of Eugene

Хм, понял, эти получилось переопределить, но есть же еще стили которые задаются прям в компоненте https://github.com/rambler-digital-solutions/rambler-ui/blob/master/src/Calendar/Calendar.js#L23 можно ли как-то их переопределить?

``` const StepWrapper = styled(Step)` padding: 0 !important; ` StepWrapper.displayName = 'ruiStep' ``` Вот так вроде сработало :)

C табами похожая ситуация: ) Решается так: `TabItemWrapper.displayName = 'ruiTabsItem'`

Simple conditional rendering should be enough :D ```dart if (shouldDotsShow) DotsIndicator( dotsCount: 5, position: 3, ), ```

yeah, this would be really nice enhancement for UI/UX because sometimes there can be a really big images which takes a loading more than a 1 second

Yeah I got the same error. no-default-export does not work in my project as well but import-x/prefer-default-export works correctly