Hello:
simple request. The router should warn about modules that don’t exist (like and LV that has been deleted). since it’s compiled time I feel like this should be possible.
Hello:
simple request. The router should warn about modules that don’t exist (like and LV that has been deleted). since it’s compiled time I feel like this should be possible.
I was a bit confused because Phoenix does warn on these cases for get/post/put/etc. However, it seems it does not warn exclusively for LiveViews (because LiveViews wrapped those routes). So it has been fixed in Phoenix and LiveView main, but please try to include as much information as possible next time!
Ahhhh my bad I didn’t even realize it was LV only!