Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upChanges to reactive values not displaying accurately #36
Comments
…hanging Fix rstudio/reactlog#36: Changes to reactive values not displaying accurately
|
Has this issue really been fixed? I added a
|
|
I believe this is a bug with the status bar within reactlog. Thank you for the reproducible steps! If you hit the The value |


Set
options(shiny.reactlog=TRUE), then run this app:If you don't touch any inputs, you'll see that the
input$xvalue is 5. Now launch the reactlog. It'll say thatinput$xisNULL.I don't repro this problem without using the
renderUI; it's almost like the initial value beingNULLcauses the next value to be lost.For what it's worth, the 063-superzip example app is where I saw this first;
input$map_boundsstaysNULLlonger than it should.