malte-wessel / react-textfit

React component to fit headlines and paragraphs into elements
http://malte-wessel.github.io/react-textfit/
MIT License
470 stars 143 forks source link

Not rendering again on 'max' property #30

Open Edward-Yung opened 6 years ago

Edward-Yung commented 6 years ago

TextFit is not rendering again when 'max' in props is set later I supposed to use 'max' to unify same font sizes on several TextFit components.

Edward-Yung commented 6 years ago

One of the hack is to set components' key = old_index + 10000*new_font_size to let react re-insert new right font size components.