()
| 14996 | }); |
| 14997 | } |
| 14998 | function requestTransitionLane() { |
| 14999 | 0 === currentEventTransitionLane && |
| 15000 | (currentEventTransitionLane = claimNextTransitionLane()); |
| 15001 | return currentEventTransitionLane; |
| 15002 | } |
| 15003 | function coerceFormActionProp(actionProp) { |
| 15004 | return null == actionProp || |
| 15005 | "symbol" === typeof actionProp || |
no test coverage detected
searching dependent graphs…