Skip to content

Instantly share code, notes, and snippets.

@MaximeHeckel
Created February 26, 2018 20:41
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 MaximeHeckel/e5212b7e446d5dc597a358c7b6005d74 to your computer and use it in GitHub Desktop.
Save MaximeHeckel/e5212b7e446d5dc597a358c7b6005d74 to your computer and use it in GitHub Desktop.
Sub-components IE/Edge workaround
...
const Title = () => null;
Title.displayName = 'Title';
const Subtitle = () => null;
Subtitle.displayName = 'Subtitle';
const Metadata = () => null;
Metadata.displayName = 'Metadata';
const Content = () => null;
Content.displayName = 'Content';
const Comments = () => null;
Comments.displayName = 'Comments';
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment