kaarelkivistik

Results 1 issues of kaarelkivistik

I have a translation component, something in the lines of this: ``` const T = ({ translate, children, component = 'span', ...props }) => React.createElement(component, omit(props, ['translations', 'language', 'dispatch']), translate(children))...