Closed zoharlevin closed 7 years ago
i have a props value for the width of the Dash, something like this: Dash style={{width: myWidth}}...
Dash style={{width: myWidth}}...
but the component doesn't seem to always re-render when the myWidth value changes. am I missing something here?
myWidth
Thanks a ton for reporting and fixing this @zoharlevin :)
Available in 0.0.7
i have a props value for the width of the Dash, something like this:
Dash style={{width: myWidth}}...
but the component doesn't seem to always re-render when the
myWidth
value changes. am I missing something here?