(fn: string)
| 143 | } |
| 144 | |
| 145 | export function assertNotReactive(fn: string): void { |
| 146 | if (getActiveConsumer() !== null) { |
| 147 | throwError(`${fn}() should never be called in a reactive context.`); |
| 148 | } |
| 149 | } |
no test coverage detected
searching dependent graphs…