Unable To Use The Library #589
-
I Manage to Import the Bubbletea Library, but I cannot run any of the Examples. I get the following error at the end of Every Program: p.Run undefined (type *tea.Program has no field or method Run) |
Beta Was this translation helpful? Give feedback.
Answered by
allyring
Nov 7, 2022
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
CookedLobster
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run
has been replaced withStartReturningModel
. If you replace theRun
in the main function withStartReturningModel
, it should start working.