Vitalii Saienko

Results 7 comments of Vitalii Saienko

I have the same issue. And also I see `ResizeObserver loop limit exceeded` in logs. I use it along with [react-linkify](https://github.com/tasti/react-linkify). ```jsx {message} ```

I've reproduced it in this [codesandbox](https://codesandbox.io/s/jnwj3mxpn5). Change `maxWidth` to 300 and it works. With 200 it reproduces this issue. And logs from sentry.io ![image](https://user-images.githubusercontent.com/16977959/45717997-4adf9f00-bba4-11e8-91d7-210384993f49.png)

@patrik-piskay no rush, thanks for your time, appreciate it!

Thank you @patrik-piskay for the detailed explanation! Really appreciate your effort and time! Maybe you've already thought about this, so I just wondering, can you use refs? With refs you...

There seems to be a PR #59 that should fix this issue.

@rayd have all of the fixes that were introduced in this fork been merged into the original repository? If so, could you please add a note to the README.md to...