-
Notifications
You must be signed in to change notification settings - Fork 0
Module 04 | Redux. RTK. #4
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
base: module-03
Are you sure you want to change the base?
Conversation
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.
огонь
| /** | ||
| * Floating tooltip bubble following the mouse. | ||
| * The tooltip is displayed when the element is hovered and follows the mouse movement. | ||
| * | ||
| * @param {RefObject<LocomotiveScroll>} scroll - The reference to the LocomotiveScroll instance. Used to hide the tooltip on scroll | ||
| * @return {Object} obj - An object containing the tooltip reference, hideTooltip function, and showTooltip function. | ||
| * @return {HTMLDivElement} obj.tooltipRef - The ref with the tooltip element. | ||
| * @return {() => void} obj.hideTooltip - Function that is used to hide the tooltip. For example on mouseLeave event. | ||
| * @return {() => void} obj.showTooltip - Function that is used to show the tooltip. For example on mouseEnter event. | ||
| */ |
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.
гуд
andron13
left a comment
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.
По коду всё гуд, претензий нет.
Functional requirements 🍿
Penalties 👎