mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
* Filter certain DOM attributes (e.g. src, href) if their values are empty strings This prevents e.g. <img src=""> from making an unnecessar HTTP request for certain browsers. * Expanded warning recommendation * Improved error message * Further refined error message