khalid RAFIK
Results
1
comments of
khalid RAFIK
I propose in general to compile duplicated attributes to arrays as follow: ```ts // TO React.createElement(Component, { className: [ 'c1', 'c2', 'c3' ] }); ``` and ```ts // TO React.createElement(Component,...