This repository has been archived by the owner on Mar 5, 2021. It is now read-only.
Replace all usage of <Type>expression
with expression as Type
#21
Labels
The
as
operator is more readable and it's the recommended operator going forward because of clashes with JSX syntax.Like #14, this is an easy but somewhat menial task that might take a while so feel free to do a couple files at a time if you want to get started contributing!
See microsoft/TypeScript#3564 and https://facebook.github.io/react/docs/jsx-in-depth.html
The text was updated successfully, but these errors were encountered: