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
Within the latest version of xfun the function isFALSE was removed (see link). It seems this function is still used within this package. Initially I noticed when updating, and an error was thrown using a simple example:
sortable::rank_list(
text = "You can drag, drop and re-order these items:",
labels = c("one", "two", "three", "four", "five"),
input_id = "example_2"
)