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
console.log(nextPos)
When install the latest 0.23.0, it still has console.log and can't find zoomTo prop
console.log
zoomTo
/* Copyright (c) 2019 Daybrush name: react-compat-guides license: MIT author: Daybrush repository: https://github.com/daybrush/guides/blob/master/packages/react-compat-guides version: 0.20.0 */ ... console.log(nextPos); // => line 1254 ...
The text was updated successfully, but these errors were encountered:
@nzbin Oh, Sorry. Guides' new version is released. Try it again. Thank you :)
Sorry, something went wrong.
hi @daybrush , react-guides lib version 28.1.0 also has this issue... for Guides.tsx:90
console.log(type, zoom, guidesZoom);
@xoptimal
guides' new version is released. Check it again.
fix: remove console.log #71
ebe4518
No branches or pull requests
Environments
Description
When install the latest 0.23.0, it still has
console.log
and can't findzoomTo
propThe text was updated successfully, but these errors were encountered: