-
Notifications
You must be signed in to change notification settings - Fork 735
Fix issue with hint targetFrame prop #3541
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
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.
In the screen: I would change the Use random position
to Use target frame
(it's an option in the screen, it now has nothing to do with the name)
@ethanshar what was the bug here? |
The bus was in one of the modules, someone use targetFrame prop to target a hint on the topbar area (which is not accessible as a component) and the hint had an offset due to extra calculations on our end |
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.
🔥
* Fix issue with hint targetFrame prop and change its example the example screen * Fix TS
Description
Fix issue with Hint's targetFrame feature after recent refactor
Also, update the example demonstrating this feature
Changelog
Fix Hint's targetFrame position
Additional info