(inView: boolean | undefined)
| 21 | * - `true` or `false`: Set the `inView` value to this regardless of intersection state |
| 22 | * **/ |
| 23 | export function defaultFallbackInView(inView: boolean | undefined) { |
| 24 | unsupportedValue = inView; |
| 25 | } |
| 26 | |
| 27 | /** |
| 28 | * Generate a unique ID for the root element |
no outgoing calls
no test coverage detected
searching dependent graphs…