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've updated the lipgloss version recently and noticed there are a few deprecated warnings when I'm using the .Copy() method to copy the style. So, remove the .Copy() and update the line to use the new copy assignment (:=).
This is a good first issue. If anyone needs any more help, feel free to comment over here.
The text was updated successfully, but these errors were encountered:
I've updated the lipgloss version recently and noticed there are a few
deprecated
warnings when I'm using the.Copy()
method to copy the style. So, remove the.Copy()
and update the line to use the new copy assignment (:=
).This is a good first issue. If anyone needs any more help, feel free to comment over here.
The text was updated successfully, but these errors were encountered: