This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(css-properties): remove incorrect React.ReactChild from Lossy Union
This was originally added to fix a problem where built in glamorous components had been typed to accept the css properties union which included the lossy version. By updating that component to instead use the css CompleteSingle interface the React.ReactChild is able to be removed.
- Loading branch information