mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[GH-ISSUE #93] importing @opentui/core hides console.log logs #22
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @remorses on GitHub (Aug 27, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/93
Originally assigned to: @msmps on GitHub.
Minimal repro
console.logshould be replaced only when calling render() and not on global scope, this way you can run tests normally for code that involves opentui@kommander commented on GitHub (Aug 27, 2025):
True. Meanwhile you can use
SKIP_CONSOLE_CACHE, which will let everything go through to stdout.