()
| 187 | ) |
| 188 | |
| 189 | const latestCall = () => |
| 190 | contextCaptor.mock.lastCall[0] as CellContext<TestData, any> |
| 191 | // TODO: As a perf improvement, check in a future if we can avoid evaluating the cell twice during the first render. |
| 192 | // This is caused due to the registration of the initial effect and the first #getContentValue() to detect the |
| 193 | // type of content to render. |
no outgoing calls
no test coverage detected
searching dependent graphs…