I am facing a need to force a recalculation on `Textfit`. It could be nice if `Textfit` exposes a ref with a method `fitText` or something of the sort. **Current Workaround** ```js window.dispatchEvent(new CustomEvent('resize')); ```