react-router-active-component icon indicating copy to clipboard operation
react-router-active-component copied to clipboard

Factory function for React components which are active for a particular React Router route

Results 5 react-router-active-component issues
Sort by recently updated
recently updated
newest added

Hi, I am thinking about submitting a PR for react-v16's 1. React.createClass is deprecated. 2. `import t from 'prop-types'` 3. Add eslint and prettier config But it seems this package...

Do you have plans to support React 16 to support the new changes to prop types and create class? https://reactjs.org/blog/2017/09/26/react-v16.0.html // After (15.5) import React from 'react'; import PropTypes from...

I am getting the following annoying warnings in the browser console: > warning.js:19 Warning: Unknown props `active`, `activeKey`, `activeHref` on < li> tag. Remove these props from the element. For...