There are a reason to send an array as the custom style? Why not parse a string splitting by "space character"? Just a curious question... Actual: ```ts classes={["flex:1", "bg:purple-100", "justify:center", "items:center"]} ``` Propose: ```ts classes="flex:1 bg:purple-100 justify:center items:center" ```
There are a reason to send an array as the custom style? Why not parse a string splitting by "space character"? Just a curious question...
Actual:
Propose: