You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,14 @@ and many opportunities for heavy customization.
18
18
19
19
---
20
20
21
-
**Warning:** The API of library is not yet stable. Expect significant changes before 1.0.0.
21
+
**Warning:** This library depends on some significant [upsteam changes in bubbletea](https://github.com/charmbracelet/bubbletea/pull/120). Until they are merged you can use the following workaround in your project:
22
+
23
+
```
24
+
go mod edit -replace=github.com/charmbracelet/bubbletea=github.com/erikgeiser/bubbletea@cleanup_after_termination
25
+
go mod tidy
26
+
```
27
+
28
+
**Disclaimer:** The API of library is not yet stable. Expect significant changes before 1.0.0.
0 commit comments