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
It would be trivial and potentially less confusing to infer TRUE if the function does not return TRUE or FALSE. We should consider adding a check in case users elect to omit TRUE/FALSE, and modifying the Dash for R documentation here once this feature is implemented.
As mentioned in https://github.com/plotly/dash-docs/pull/964#discussion_r490372101, users may find it confusing that route handlers added via
app$server_route
should returnTRUE
orFALSE
depending on whetherroutr
should continue traversing the route stack.It would be trivial and potentially less confusing to infer
TRUE
if the function does not returnTRUE
orFALSE
. We should consider adding a check in case users elect to omitTRUE
/FALSE
, and modifying the Dash for R documentation here once this feature is implemented.@alexcjohnson @Marc-Andre-Rivet
The text was updated successfully, but these errors were encountered: