mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
5550ed4a8f
* Manually join extra attributes in warning This prevents a bug where Chrome reports `Array(n)` where `n` is the size of the array. * Prettier * Stringify all %s replaced symbols in warning * Eliminate extra string coercion * Pass args through with spread, convert all arguments to strings * Rename strings to stringArgs