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
Lets assume I am referencing a controller at data-controller="does-not-exist", which does not exist.
This can happen due to a typo - or because the controller has not been loaded for some reason (e.g. not in the load path, caching issue etc.)
When I see it correctly, this would never get raised. Not as an exception. Not even when the debug mode is enabled.
What is the rigtht approach to get this noticable? I would prefer if I can see it in my console when debug mode is enabled and when this will be handled by Application#handleError.
The text was updated successfully, but these errors were encountered:
Hello, if it is OK with you, I would love to work on this. My coworkers and I were speaking of this exact issue, and I thought it would be a fun way to contribute. I was excited to see someone had already opened an issue to track it.
Lets assume I am referencing a controller at
data-controller="does-not-exist"
, which does not exist.This can happen due to a typo - or because the controller has not been loaded for some reason (e.g. not in the load path, caching issue etc.)
When I see it correctly, this would never get raised. Not as an exception. Not even when the debug mode is enabled.
What is the rigtht approach to get this noticable? I would prefer if I can see it in my console when debug mode is enabled and when this will be handled by
Application#handleError
.The text was updated successfully, but these errors were encountered: