Add isActive method
oliverwoodings opened this issue · 0 comments
oliverwoodings commented
There is a really useful method in react-router that allows you to see if a route is active, including params + query. After working with cherrytree I have found myself missing this function when building navbars. I'll try and put a PR in for it.