mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-11 01:12:12 -05:00
61e6275781
TabsBar refers to router, which is a private context property of react-router. withRouter is a recommended alternative. It also allows to track location changes even if React.PureComponent is used.