Skip to content

Instantly share code, notes, and snippets.

@donghoon-song
Created May 21, 2019 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donghoon-song/40522ec5b841ed1ce70bee437c6fad73 to your computer and use it in GitHub Desktop.
Save donghoon-song/40522ec5b841ed1ce70bee437c6fad73 to your computer and use it in GitHub Desktop.
React styled-components v4 : removal of .extend => If you are using the .extend API, switch your components to use styled(StyledComponent) instead.
import styled, { createGlobalStyle } from "styled-components";
const Anchor = styled(Button.withComponent("a"))`
text-decoration: none;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment