sourcecred/src
William Chargin 48b68b221a
link: remove `styles` attribute from child (#911)
Summary:
By using `<a {...this.props}>{children}</a>`, we were forwarding the
Aphrodite selectors as `styles`. This caused the static HTML for the
page to include `<a styles="[object Object]">`, which is annoying.

Test Plan:
Unit tests extended: they fail before this change and pass after it.
Also clicked a router link and an external link in the application.

wchargin-branch: link-child-styles
2018-10-03 12:14:07 -07:00
..
app link: remove `styles` attribute from child (#911) 2018-10-03 12:14:07 -07:00
assets/logo Add logo variants for CredBot and Discourse (#717) 2018-08-29 15:15:10 -07:00
cli Rename the core `Repo` type to `RepoId` (#881) 2018-09-21 14:44:29 -07:00
core Add the `RepoIdString` type (#885) 2018-09-21 16:54:20 -07:00
graphql mirror: add an end-to-end `update` function (#909) 2018-10-02 21:06:01 -07:00
plugins mirror: add an end-to-end `update` function (#909) 2018-10-02 21:06:01 -07:00
tools Make `execDependencyGraph` a CommonJS module (#767) 2018-09-04 22:01:22 -07:00
util Add `MapUtil.pushValue` for maps of arrays (#805) 2018-09-11 15:26:54 -07:00