I was setting up an example for a customer and was running into the error from #51.
I could only get the code to work if I explicitly added library(usethis) to my script.
I took a look at the code and realized that there were ui_field and ui_value functions in the members.R file that weren't namespaced correctly.
I was setting up an example for a customer and was running into the error from #51. I could only get the code to work if I explicitly added
library(usethis)
to my script. I took a look at the code and realized that there wereui_field
andui_value
functions in the members.R file that weren't namespaced correctly.