Yes, I understand it. The main reason why I want to use styled components it’s because I would like to separate all styling logic from the render. It helps me to have much cleaner render with separating styling logic. Anyway I understand that it’s just my case and there is no any reason to add default props to defnc macro. That’s why I created my own macro based on defnc. Thank you
Yes, creating a custom defnc
macro seems like the best way! 😁 I appreciate you taking the time to explain your use case