mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
23c5332208
The `mockTagName` parameter was always optional, and so probably was not used very often. If you tried to use it, it would be shadowed by the `var mockTagName` declaration in the `render` method, so only `module.mockTagName` or `"div"` were ever possible values.