-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
Hi, we've been using react-container-query
for a long time, and it's always worked very well. However, with the release of Chrome 64, which includes native ResizeObserver
support, we are starting to see ResizeObserver loop limit exceeded
errors pop up in our tracking service, and I traced them back to this package. I haven't found the root cause and there doesn't seem to be any impact to user experience (everything keeps working afterwards), but I wanted to make you aware at least. It could have something to do with WICG/resize-observer#38 perhaps.
DerJacques, jayseeg, cogell, wdoug, dcsaszar and 1 more