-
Notifications
You must be signed in to change notification settings - Fork 6
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(popup): now watching anchor size for position correctness #1236
Conversation
🚀 Latest successful build of the PR deployed here. 🚀 |
…into try-to-fix-popup-rc
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.
seems stable. @rinaok can u validate?
@@ -4,9 +4,9 @@ import 'chai-dom'; | |||
import { | |||
waitNextTask, | |||
textToDomToParent, | |||
isolatedElementsCreation, | |||
isolatedElementsCreation, waitInterval, noop, |
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.
is waitInterval needed?
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.
Maybe not. Don't we have a linting rule that should fail if unused variable?
Anyway - if it doesn't appear in the code, it can be removed.
@YonatanKra Not stable :( |
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.
I was able to reproduce this problem again in the storybook.
I'll try to look at it tonight. Can't promise... |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Closes #1234