filter out followLink before rendering
filter out props.followLink before rendering for removing React warning.
followLink
is a hidden props to support fluxible-router/NavLink usage, with some more code cleanup we don't need this anymore. We are planning to deprecate this props entirely, so we add a warning if it's still being used.