roact
roact copied to clipboard
validateProps error messages should include element stack traces, if available
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.