Closed avsdev-cw closed 1 year ago
Thanks for the report! I'll look into it as soon as I can. We have some other racetime issues with Shiny, so I suspect a general hardening in that area will make a lot of things simpler.
I've also noticed that this commit: Temporarily deal with over-zealous http-only check. seems to prevent the cookies from initially loading (at least before the full "input" system is loaded).
Probably Because of the removal of line 138.
I think this will fix your issues. Please let me know if it doesn't! I'm submitting this to CRAN in any case to fix a breaking issue in the tests, but hopefully it's a real fix!
It looks like the library is registering before Shiny loads (we have some quite large applications).
Traceback says the culprit is this listener:
I've tried both devel and released (0.2.2) versions