This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
Link list compatibility with [email protected] #892
Labels
🐛 bug
Something isn’t working the way it should.
Feature Request
Is this feature request relating to an existing component? Please describe.
Make the link-list component compatible with react-router-dom ver 5.1 and up - specifically with the new Link component. At the moment link-list only works with the Link component that is version 5.0.1 and below. Our project is looking to use some of the new react-router-dom features found in 5.1 but is currently stuck using 5.0.1 due to this issue.
Do you have a suggestion for a new component?
Remove/change the check for if linkComponent is a function. [email protected] Link component seems to be a context object.
Ideally this would be changed in the header and footer components as well.
The text was updated successfully, but these errors were encountered: