We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<Stepper value={step} onChange={() => {}}> <StepWrapper key="1">Регистрация</StepWrapper> <StepWrapper key="2">Подтверждение почты</StepWrapper> </Stepper>
const StepWrapper = styled(Step) padding: 0;
Результат: Child component should be instance of <Step />
<Step />
The text was updated successfully, but these errors were encountered:
const StepWrapper = styled(Step)` padding: 0 !important; ` StepWrapper.displayName = 'ruiStep'
Вот так вроде сработало :)
Sorry, something went wrong.
C табами похожая ситуация: ) Решается так: TabItemWrapper.displayName = 'ruiTabsItem'
TabItemWrapper.displayName = 'ruiTabsItem'
да, в текущей реализации компоненты оборачивающие дочерние айтемы: табы, сайднав, меню и некоторые другие требуют определенный displayName у детей
No branches or pull requests
Результат: Child component should be instance of
<Step />
The text was updated successfully, but these errors were encountered: