Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <Link activeClassName={activeLink} to="/contact/">Contact</Link>
  2.  
  3. import { css } from '@emotion/core'
  4.  
  5. const activeLink = css`
  6. color: red;
  7. `
  8.  
  9. Warning: Failed prop type: Invalid prop `activeClassName` of type `object` supplied to `GatsbyLink`, expected `string`.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement