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
I am upgrading this package from an old version (0.9.3) and we are using the AutoAffix component. That does not seem to be exported from this package anymore but there is nothing in the changelog talking about its removal, nor can I seem to find the commit when it disappeared.
Is there a suggested migration path for those using AutoAffix?
To Reproduce
Steps to reproduce the behavior:
Install v0.9.3
Use the AutoAffix component via import { AutoAffix } from 'react-overlays';
Upgrade to v5.0.1
Expected behavior
At least a note in the changelog about when it was removed and potentially a migration option.
The text was updated successfully, but these errors were encountered:
i don't really remember the context it was like 3 years ago i think? There isn't a real need for this component anymore position: sticky is very well supported now, and for old browsers better to use a sticky polyfill
Describe the bug
I am upgrading this package from an old version (0.9.3) and we are using the
AutoAffix
component. That does not seem to be exported from this package anymore but there is nothing in the changelog talking about its removal, nor can I seem to find the commit when it disappeared.Is there a suggested migration path for those using
AutoAffix
?To Reproduce
Steps to reproduce the behavior:
AutoAffix
component viaimport { AutoAffix } from 'react-overlays';
Expected behavior
At least a note in the changelog about when it was removed and potentially a migration option.
The text was updated successfully, but these errors were encountered: