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'>.
Thank you