You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following app, the input$key is set on the client with event priority. As a result, the reactive value i gets bumped on every button press. Currently, recordTest() doesn't generate a setInput() call on every button press, meaning it's impossible to record tests for an app like this:
In the following app, the
input$key
is set on the client with event priority. As a result, the reactive valuei
gets bumped on every button press. Currently,recordTest()
doesn't generate asetInput()
call on every button press, meaning it's impossible to record tests for an app like this:The text was updated successfully, but these errors were encountered: