You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
feat(TS): add typescript typings for preact (#416)
* Disable TS emit so we do not need to rimraf
* Create separate tsconfig for react
* Add typescript typings for preact
* Patch preact package.json with typings location
* Add myself to contributors
fix(TS): use csstype for standardized CSS typings (#411)
* Use csstype for standardized CSS typings
* Don't expect errors re. invalid values for 'display'
* Make CSSProperties include SvgProperties, since it was before
* Simplify
* Remove more test expectations based on assumption that 'display' is a closed union of literals
fix(innerRef): allow ref as object (#409)
* fix(innerRef): allow ref as object
React 16.3 comes with a createRef API where you can add ref as an object
* fix(test): update snapshots