vercel/turborepo

turbo ui flickers when using `tui` if FULL TURBO happens

GauBen opened this issue · 0 comments

Verify canary release

  • I verified that the issue exists in the latest Turborepo canary release.

Link to code that reproduces this issue

n/a

Which canary version will you have in your reproduction?

turbo@npm:2.3.1-canary.2

Enviroment information

No response

Expected behavior

Hey! This is a purely cosmetic issue.

Turbo should not render the "tasks in progress" view when no tasks will run ("FULL TURBO" run)

Tasks     | Logs
package-1 | ... 
package-2 |

Actual behavior

Turbo renders the "tasks in progress" view for a single frame, causing a flicker

To Reproduce

  • Enable tui
  • Run turbo task when the task is fully cached on disk

Additional context

No response