Open
Description
activeClassName
gets passed through to the a
element as a regular attribute and is not used in the matching-style that is documented in the README.
It seems to be because the Link
component defined in match.js
is not actually exported. Instead the regular a
passthrough component is exported.
Lines 251 to 253 in 3eb5b31