(type, props)
| 605 | } |
| 606 | |
| 607 | export function preloadInstance(type, props) { |
| 608 | // Return true to indicate it's already loaded |
| 609 | return true; |
| 610 | } |
| 611 | |
| 612 | export function startSuspendingCommit() { |
| 613 | return null; |
no outgoing calls
no test coverage detected