mirror of
https://github.com/facebook/react.git
synced 2026-02-26 07:55:55 +00:00
* Make bad element type message same as in Stack This makes Fiber emit the same message as Stack (aside from the missing owner information). * Add a separate test verifying error includes owner name Fiber currently doesn't pass it. This is just to keep track of it as a todo.