(node: DOMElement)
| 399 | return props['autoFocus'] === true |
| 400 | }, |
| 401 | commitMount(node: DOMElement): void { |
| 402 | getFocusManager(node).handleAutoFocus(node) |
| 403 | }, |
| 404 | isPrimaryRenderer: true, |
| 405 | supportsMutation: true, |
| 406 | supportsPersistence: false, |
nothing calls this directly
no test coverage detected