Fixes reactive errors with newer version of shiny - #462
Conversation
Unit Tests Summary 1 files 27 suites 2m 3s ⏱️ Results for commit 5a6d46a. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Results for commit c963cad ♻️ This comment has been updated with latest results. |
Code Coverage SummaryDiff against mainResults for commit: 5a6d46a Minimum allowed coverage is ♻️ This comment has been updated with latest results |
llrs-roche
left a comment
There was a problem hiding this comment.
I tried to test this branch with the examples on teal.osprey and I still see
Error: Can't access reactive
reactiveVal85f53c6a; its module session has been destroyed
I used:
load_all("teal.reporter")load_all("teal.osprey")run_examples("teal.osprey")- Change a picks input and you'll see the errors.
Maybe I'm testing something different that needs to be fixed on teal.picks.
Other than that the changes look ok (just a minor comment about the NEWS).
Co-authored-by: Lluís Revilla <185338939+llrs-roche@users.noreply.github.com> Signed-off-by: André Veríssimo <211358+averissimo@users.noreply.github.com>
|
which version of |
|
@llrs-roche can you try the |
llrs-roche
left a comment
There was a problem hiding this comment.
With the new branch on teal.slice (682_fix_shiny_round_2) I could run the examples on teal.osprey without any error message about reactiveVal()
Pull Request