You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now let's set flyout visibility to true, after a certain timeout, for example: setTimeout(() => coachmark.visibility = true, 2000))
Steps to reproduce:
Like with the code snippet above, set opened to true after a certain timeout
Within this timeout, scroll away to not have the trigger item in the viewport
React Native crashes.
Exception found:
From logging, seems to be an invariant violation exception with top: NaN and left: NaN.
{"name":"Invariant Violation","error":"[1965,\"RCTView\",21,{\"padding\":7,\"backgroundColor\":0,\"position\":\"absolute\",\"alignItems\":\"center\",\"transform\":[{\"scale\":0.1}],\"opacity\":0.1,\"top\":\"<<NaN>>\",\"left\":\"<<NaN>>\",\"flexDirection\":\"column\",\"pointerEvents\":\"box-none\"}] is not usable as a native method argument","data":{"componentStack":"\n in RCTView (at View.js:34)\n in View (at createAnimatedComponent.js:)\n in AnimatedComponent (at createAnimatedComponent.js:)\n in ForwardRef(AnimatedComponentWrapper) (created by Popover)\n in Popover (created by MenuPlaceholder)\n in RCTView (at View.js:)\n in View (created by MenuPlaceholder)\n in MenuPlaceholder (created by MenuProvider)\n in RCTView (at View.js:)\n in View (at SafeAreaView.js:)\n in ForwardRef(SafeAreaView) (created by MenuProvider)\n in RCTView (at View.js:)\n in View (created by MenuProvider)\n
The text was updated successfully, but these errors were encountered:
I have a simple popover, for which the visibility is set by the
opened
prop:Now let's set flyout visibility to true, after a certain timeout, for example:
setTimeout(() => coachmark.visibility = true, 2000))
Steps to reproduce:
opened
to true after a certain timeoutException found:
From logging, seems to be an invariant violation exception with top: NaN and left: NaN.
The text was updated successfully, but these errors were encountered: