-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Throw exception or provide info message when route's component is null #2038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
for anybody picking this up: make sure to check it only in dev mode |
I will try to implement this the next week if nobody would be faster than me |
There's already a pr 😉 |
Note to myself, this could be solved through typings |
I see that no one had touched this issue since March. May I try? |
is it still possible to solve the issue? |
Is it still open. I would like to work on it?? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does this feature solve?
Currently, route's component can be null and it give no information and error. Provide information or raising error can help users to catch they have some import issues when they use
So if
components.CreateEditAccounts
is null, they will know what went wrong easier.What does the proposed API look like?
Raise error when component is null or log info message.
The text was updated successfully, but these errors were encountered: