-
Notifications
You must be signed in to change notification settings - Fork 9
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
fix: add aria-label for DefinitionList help popover #208
Conversation
Preview is ready. |
package.json
Outdated
@@ -123,4 +123,4 @@ | |||
"prettier --write" | |||
] | |||
} | |||
} | |||
} |
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.
Your editor is removing last new line, please disable this)
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.
fixed my vscode settings)
<HelpPopover | ||
className={popoverClassName} | ||
placement={['bottom', 'top']} | ||
{...note} |
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.
let's do like
const {buttonProps, ...rest} = note
...
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.
done
07d9529
to
d9eb9af
Compare
No description provided.