Error in navset_card_tab: could not find function "navset_card_tab"

Hello there.

I have the following logs of error when I try to deploy my apps (thru github action but I don't think there is a link) :

2023-06-29T11:08:10.115865+00:00 shinyapps[9383190]: Warning in loadSupport(appDir, renv = sharedEnv, globalrenv = NULL) :
2023-06-29T11:08:10.116568+00:00 shinyapps[9383190]: Loading R/ subdirectory for Shiny application, but this directory appears to contain an R package. Sourcing files in R/ may cause unexpected behavior.
2023-06-29T11:08:10.221373+00:00 shinyapps[9383190]: Listening on http://127.0.0.1:37485
2023-06-29T11:08:10.413742+00:00 shinyapps[9383190]: Warning: Error in navset_card_tab: could not find function "navset_card_tab"
2023-06-29T11:08:10.429748+00:00 shinyapps[9383190]: 77: mod_fundamental_module_cveR_ui [/srv/connect/apps/cveR/R/mod_fundamental_module_cveR.R#16]
2023-06-29T11:08:10.429774+00:00 shinyapps[9383190]: 74: ui [/srv/connect/apps/cveR/R/app_ui.R#9]
2023-06-29T11:08:10.429779+00:00 shinyapps[9383190]: 15:
2023-06-29T11:08:10.429783+00:00 shinyapps[9383190]: 13: fn
2023-06-29T11:08:10.429786+00:00 shinyapps[9383190]: 8: retry
2023-06-29T11:08:10.429789+00:00 shinyapps[9383190]: 7: connect$retryingStartServer
2023-06-29T11:08:10.429801+00:00 shinyapps[9383190]: 6: eval
2023-06-29T11:08:10.429804+00:00 shinyapps[9383190]: 5: eval
2023-06-29T11:08:10.429807+00:00 shinyapps[9383190]: 4: eval
2023-06-29T11:08:10.429810+00:00 shinyapps[9383190]: 3: eval
2023-06-29T11:08:10.429813+00:00 shinyapps[9383190]: 2: eval.parent
2023-06-29T11:08:10.429816+00:00 shinyapps[9383190]: 1: local

The code of the module is here :

bslib is imported :

#' @import bslib

renv specify a recent version :

"bslib": {
"Package": "bslib",
"Version": "0.5.0",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [

Everything works fine locally.

I am rather confused by this error. I was expecting the bslib version to be wrong or something but it does not seems to be the case.

Any suggestion regarding this issue ?
Thanks