()
| 11028 | var processingChildContext = false; |
| 11029 | |
| 11030 | var warnInvalidSetState = function () { |
| 11031 | "development" !== 'production' ? warning(!processingChildContext, 'setState(...): Cannot call setState() inside getChildContext()') : void 0; |
| 11032 | }; |
| 11033 | } |
| 11034 | |
| 11035 | var ReactInvalidSetStateWarningDevTool = { |