No activity when changing views #782
Unanswered
diogorainhalopes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm new to Go and BubbleTea, so pardon me if what I'm doing wrong is obvious 😅.
I'm trying to just get a second view to work after selecting a file from a generic filepicker but can't get it to work.
I think both
UpdateandVieware setup properly, so I don't know what the issue might be. I even tried to remake this with pointers to make sure I wasn't just updating some copies but with no success. If I change the state when initializing the model, the first view that is displayed works fine regardless which one it is.this is just both `filepicker` and `realtime` examples together as I plan to track changes in files
Beta Was this translation helpful? Give feedback.
All reactions