()
| 278 | } |
| 279 | |
| 280 | function warnIfNotHydrating() { |
| 281 | if (__DEV__) { |
| 282 | if (!getIsHydrating()) { |
| 283 | console.error( |
| 284 | 'Expected to be hydrating. This is a bug in React. Please file ' + |
| 285 | 'an issue.', |
| 286 | ); |
| 287 | } |
| 288 | } |
| 289 | } |
no test coverage detected