-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
JavaScript error caused by unescaped selector when used with Shiny bookmark feature #16
Comments
Thanks for reporting this! I have copied the fix you referenced, could you try it by installing it via:
|
Thanks with the fix it works for me now. |
@andrewsali thanks for this great package. I ran into this same issue, and your fix here resolved the issue. Do you plan to merge the "escape" branch with master? I can make the PR. |
Yes, a PR would be appreciated, thanks!
…On Tue, Mar 12, 2019 at 7:36 PM Andy Merlino ***@***.***> wrote:
@andrewsali <https://github.com/andrewsali> thanks for this great package.
I ran into this same issue, and your fix here resolved the issue. Do you
plan to merge the "escape" branch with master? I can make the PR.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOYYp8E3Wb-xZiWUQw88GvY62dS1EjCVks5vV_OVgaJpZM4Uas2o>
.
|
Merged
This is now on CRAN, thanks @merlinoa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since recently, probably due to a Shiny update, I get the following JavaScript syntax error when using shinycssloaders:
A similar error was reported here:
rstudio/shinytest#161
So, probably it can be solved by escaping the IDs in a similar way in spinner.js.
I did not have the time to create a reproducible example, but here my session info:
The text was updated successfully, but these errors were encountered: