We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This error is sometimes triggered by guided tours:
Uncaught TypeError: e.props.onTargetDisappear is not a function
From #26468 (review)
Observed while testing the mentioned PR, but I had observed this behavior before while implementing #25474
The case mentioned was observed while following the steps of the site icon tour, available at https://wordpress.com/checklist/SIMPLE_SITE_SLUG
The offending call appears to be here:
wp-calypso/client/layout/guided-tours/config-elements/step.js
Lines 183 to 186 in 8d10cb1
And the offending tour Step is likely here or nearby:
Step
wp-calypso/client/layout/guided-tours/tours/checklist-site-icon-tour.js
Lines 109 to 126 in 8d10cb1
The text was updated successfully, but these errors were encountered:
makeTour
jsnajdr
No branches or pull requests
This error is sometimes triggered by guided tours:
From #26468 (review)
Observed while testing the mentioned PR, but I had observed this behavior before while implementing #25474
The case mentioned was observed while following the steps of the site icon tour, available at https://wordpress.com/checklist/SIMPLE_SITE_SLUG
The offending call appears to be here:
wp-calypso/client/layout/guided-tours/config-elements/step.js
Lines 183 to 186 in 8d10cb1
And the offending tour
Step
is likely here or nearby:wp-calypso/client/layout/guided-tours/tours/checklist-site-icon-tour.js
Lines 109 to 126 in 8d10cb1
The text was updated successfully, but these errors were encountered: