react-speed-book
react-speed-book copied to clipboard
NavLink only handles children as text
NavLink propType for children is defined as text. Source here.
Solution. Change to propType node so NavLink can handle images as children for example.
Reproduce. Wrapping NavLink with image child or any other component will produce a browser console error.