We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49955ad commit 3355fabCopy full SHA for 3355fab
src/components/hint/index.tsx
@@ -179,7 +179,7 @@ class Hint extends Component<HintProps, HintState> {
179
state = {
180
targetLayoutInWindow: undefined,
181
targetLayout: this.props.targetFrame,
182
- hintUnmounted: false
+ hintUnmounted: !this.props.visible
183
};
184
185
visibleAnimated = new Animated.Value(Number(!!this.props.visible));
0 commit comments