(value)
| 640 | this.updater = updater || ReactNoopUpdateQueue; |
| 641 | } |
| 642 | function testStringCoercion(value) { |
| 643 | return "" + value; |
| 644 | } |
| 645 | function checkKeyStringCoercion(value) { |
| 646 | try { |
| 647 | testStringCoercion(value); |
no outgoing calls
no test coverage detected
searching dependent graphs…