Carter Wooten
Carter Wooten
hmm... still getting the unexpected token error: ``` .../react-toolbox/lib/input/theme.css:1 (function (exports, require, module, __filename, __dirname) { :root { SyntaxError: Unexpected token : ``` Here's the relevant webpack config if that...
Woohoo! Thanks a ton @creeperyang! 🎉 I just swapped out my webpack config for yours (as I'm still fairly close to the initial kriasoft one) and `react-toolbox` components seem to...
@phryneas A little late to the party here but super appreciative for tackling this issue 🙏 . In the midst of converting my org's libraries to ESM and this was...
+1 to merge this please 🙂 (or offer an alternative method to style the component via CSS selectors)
@ilopez Were you ever able to figure out this situation? Think I may be running into the same thing
Though I don't think this is a problem with this repo I too am having this problem. You would think this would be a more common issue (using babel and...
A potentially better solution to manually triggering a resize may be to watch the parent element for resize and then trigger a resize/`process()` on that. Think this would be semi...
Slight update on this. I made a rough pass implementation on my [forked project](https://github.com/wootencl/react-textfit/). Can also be used via `@wootencl/react-textfit` on NPM if that's of interest. Using a `ResizeObserver` seems...