()
| 11282 | */ |
| 11283 | var topLevelRootCounter = 1; |
| 11284 | var TopLevelWrapper = function () { |
| 11285 | this.rootID = topLevelRootCounter++; |
| 11286 | }; |
| 11287 | TopLevelWrapper.prototype.isReactComponent = {}; |
| 11288 | if ("development" !== 'production') { |
| 11289 | TopLevelWrapper.displayName = 'TopLevelWrapper'; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…