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
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Right now, debugging errors thrown by validateProps is difficult, because you get a stack trace that's completely unrelated to the source of the invalid props (the caller of createElement). It would be really helpful if these error messages provided the element traceback, if available.
The text was updated successfully, but these errors were encountered:
Right now, debugging errors thrown by
validateProps
is difficult, because you get a stack trace that's completely unrelated to the source of the invalid props (the caller ofcreateElement
). It would be really helpful if these error messages provided the element traceback, if available.The text was updated successfully, but these errors were encountered: