We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8357d5 commit 3b1b632Copy full SHA for 3b1b632
1 file changed
src/ui/reporters/default-reporter.tsx
@@ -153,6 +153,8 @@ export class DefaultReporter implements Reporter {
153
154
this.log(`${message} -> "${result}"`)
155
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.
158
this.updateRenderState(RenderStatus.NOTHING, null);
159
await sleep(50);
160
0 commit comments