Don’t forget the ns!
I was trying to incorporate submodules into my Shiny Application. When I ran my application it was drawing blanks, but I don’t recall if there was an error message in the console.
This stack overflow post helped me figure it out. Nothing complicated– I just forgot the ns
values in my submodules as well.
Here is some additional resources on namespacing