This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 208
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 Uni…
…on (#372) * 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. * chore(typescript): add more test cases for built in components * chore(typescript): update snapshot for new typescript version * chore(typescript): add reported failing Div test case
- Loading branch information
Showing
6 changed files
with
1,100 additions
and
301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.