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
Hi guys, trying to make my app responsive I've set the 'spacing' prop of the hstack with a list, in order to support all screen sizes, but I got the error: TypeError: Invalid var passed for prop spacing, expected type <class 'str'>, got value [5, 10, 15, 20, 25] of type <class 'list'>.