-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
#182-bug-fix-CartPage #184
Conversation
Ссылка на issue, без ссылки issue само не закроется |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Что то непонятное с ButtonDots
article={props.product.article} | ||
className={styles.button_dots} | ||
/> | ||
<ButtonDots className={styles.button_dots} isMenuOpen={needToOpenContextMenuButtonDots}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
я зашел в компонент ButtonDots и он не принимает children, не понимаю тогда констурукции
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
указала место в коде, где передаются children #184 (comment)
</ul> | ||
</div> | ||
)} | ||
{isMenuOpened && <div ref={refContextMenu}>{children}</div>} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тут мы прокидываем children, они прокидываются только если нужно открыть контекстное меню @aimenin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Исправила ошибки, а также добавила Storybook к компонентам