Trong Nguyen

Results 1 comments of Trong Nguyen

Just came across this issue and using this `TextWrap` component as workaround is working for me so far. ```typescript function noHyphen(text: string) { return ['', text, '']; } type TextWrapProps...