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
I find it a little surprising this prints twice
x <- div(a(), span(), a()) xq <- tagQuery(x) xq$addClass("foo") xq
The text was updated successfully, but these errors were encountered:
By hiding the result on modify, I think is a bit more clear that you're modifying xq
xq
Sorry, something went wrong.
I had originally approached it to be similar to plumber where the router should always be printed (never invisible).
But since it is not pipe methods, this seems fair.
Successfully merging a pull request may close this issue.
I find it a little surprising this prints twice
The text was updated successfully, but these errors were encountered: