()
| 4117 | return mountDeferredValue(value, initialValue); |
| 4118 | }, |
| 4119 | useTransition(): [boolean, (() => void) => void] { |
| 4120 | currentHookNameInDev = 'useTransition'; |
| 4121 | mountHookTypesDev(); |
| 4122 | return mountTransition(); |
| 4123 | }, |
| 4124 | useSyncExternalStore<T>( |
| 4125 | subscribe: (() => void) => () => void, |
| 4126 | getSnapshot: () => T, |
no outgoing calls