You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@visx/responsive and some other @visx packages are using resize-observer-polyfill which is not compatible with typescript starting from 4.2.3 and was not updated in over 3 years so seems it will never be fixed.
Having this dependency breaks end users projects typecheck after updating to typescript >=4.2.3
Possible alternative is @juggle/resize-observer which is purely written in typescript.
The text was updated successfully, but these errors were encountered:
@visx/responsive
and some other@visx
packages are usingresize-observer-polyfill
which is not compatible with typescript starting from4.2.3
and was not updated in over 3 years so seems it will never be fixed.Having this dependency breaks end users projects typecheck after updating to typescript
>=4.2.3
Possible alternative is
@juggle/resize-observer
which is purely written in typescript.The text was updated successfully, but these errors were encountered: