This repository was archived by the owner on Jul 19, 2023. It is now read-only.
This repository was archived by the owner on Jul 19, 2023. It is now read-only.
Resolve deprecated react-sticky problem #819
Closed
Description
react-sticky is causing a deprecation error:
Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
See: captivationsoftware/react-sticky#292 (comment)
We either patch react-sticky ourselves, take over maintenance, or switch to another method of achieving this. I implemented this in Mediathread using just position: sticky;
CSS.
Metadata
Metadata
Assignees
Labels
No labels