bubbles
bubbles copied to clipboard
fix(progress): Change reference from tea.Model to Model in Progress.Update
Currently Progress.Update returns tea.Model, therefore making it incompatible with progress.Model, which is the intended type. This PR fixes that.