Skip to content

Instantly share code, notes, and snippets.

@pdjota
Created November 17, 2017 13:40
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 pdjota/68baf4ed68b581f7c4dc9059f9917abe to your computer and use it in GitHub Desktop.
Save pdjota/68baf4ed68b581f7c4dc9059f9917abe to your computer and use it in GitHub Desktop.
Delete deprecated React displayName property
for file in (ag displayName -l)
sed -i "" "/displayName.=/d" $file
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment