React 15 is deprecating adding unknown props to elements. ``` Unknown prop `active` on <ul> tag. Remove this prop from the element. ``` `active` needs to be removed from the props before being spread onto the `ul`