Skip to content

Commit 3b1b632

Browse files
committed
feat: Added helpful comment
1 parent b8357d5 commit 3b1b632

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ui/reporters/default-reporter.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ export class DefaultReporter implements Reporter {
153153

154154
this.log(`${message} -> "${result}"`)
155155

156+
// This was added because there was a very hard to debug memory bug with Yoga (ink.js layout engine). Could not
157+
// identify the root cause of the problem but this alleviates it.
156158
this.updateRenderState(RenderStatus.NOTHING, null);
157159
await sleep(50);
158160

0 commit comments

Comments
 (0)