()
| 292 | | undefined |
| 293 | const initialData = opts?.initialData |
| 294 | const placeholderData = opts?.placeholderData |
| 295 | if (initialData === undefined && placeholderData === undefined) { |
| 296 | // Identity when no fallback options. Callers that need a real ComputedRef |
| 297 | // (e.g. useAtomValue's Readonly<Ref>) wrap before calling this helper. |
no test coverage detected
searching dependent graphs…