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
I was following it coding along side and found that:
the below 3 lines should be textinput instead of textarea (to clear the title, btw I think it is not needed since it changes to bodyView but I guess it is good to have it)
Hi and thanks for the nice tutorial!
I was following it coding along side and found that:
the below 3 lines should be
textinput
instead oftextarea
(to clear the title, btw I think it is not needed since it changes tobodyView
but I guess it is good to have it)packagemain/31-bubbletea/model.go
Lines 98 to 100 in 6aca95c
and in line 123 in the video you had
m.currNote = Note{}
and in the code not (just mentioning it not that is an error):packagemain/31-bubbletea/model.go
Lines 122 to 125 in 6aca95c
The text was updated successfully, but these errors were encountered: