Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Switch branches/tags
0.3-stable
0.4-stable
0.5-stable
0.8-stable
0.9-stable
0.10-stable
0.11-stable
0.12-stable
0.13-stable
0.14-stable
15-stable
15.6-dev
16.4.2-dev
facts
gh-pages
is-renderable
lazy-raf-warning
master
poc-event-registration
radio-click
Nothing to show
v16.4.2
v16.4.1
v16.4.0
v16.4.0-alpha.94a255d
v16.4.0-alpha.16.4.0-alpha.7926752
v16.4.0-alpha.5a25959
v16.3.2
v16.3.1
v16.3.0
v16.3.0-rc.0
v16.3.0-alpha.3
v16.3.0-alpha.2
v16.3.0-alpha.1
v16.3.0-alpha.0
v16.2.0
v16.1.1
v16.1.0
v16.0.0
v16.0.0-rc.2
v16.0.0-rc.1
v16.0.0-alpha.4
v16.0.0-alpha.3
v15.6.2
v15.6.1
v15.6.0
v15.5.4
v15.5.3
v15.5.2
v15.5.1
v15.5.0
v15.4.2
v15.4.1
v15.4.0
v15.4.0-rc.3
v15.3.2
v15.3.1
v15.3.0
v15.2.1
v15.2.0
v15.1.0
v15.0.2
v15.0.1
v15.0.0
v15.0.0-rc.2
v15.0.0-rc.1
v0.14.8
v0.14.7
v0.14.6
v0.14.5
v0.14.4
v0.14.3
v0.14.2
v0.14.1
v0.14.0
v0.14.0-rc1
v0.14.0-beta3
v0.14.0-beta2
v0.14.0-beta1
v0.13.3
v0.13.2
v0.13.1
v0.13.0
v0.13.0-rc2
v0.13.0-rc1
v0.12.2
v0.12.1
v0.12.0
v0.12.0-rc1
v0.11.2
v0.11.1
v0.11.0
v0.11.0-rc1
v0.10.0
v0.10.0-rc1
v0.9.0
v0.9.0-rc1
v0.8.0
v0.5.2
v0.5.1
v0.5.0
v0.4.2
v0.4.1
v0.4.0
v0.3.3
v0.3.0
16.1.0
16.1.0-rc
16.1.0-beta.1
16.1.0-beta
16.0.0-beta.5
16.0.0-beta.4
16.0.0-beta.3
16.0.0-beta.1
15.3.2
15.3.1
Nothing to show
Find file
Copy path
Fetching contributors…
| /** | |
| * Copyright (c) 2013-present, Facebook, Inc. | |
| * | |
| * This source code is licensed under the MIT license found in the | |
| * LICENSE file in the root directory of this source tree. | |
| * | |
| * @flow | |
| */ | |
| 'use strict'; | |
| const ReactDOM = require('./src/client/ReactDOM'); | |
| // TODO: decide on the top-level export form. | |
| // This is hacky but makes it work with both Rollup and Jest. | |
| module.exports = ReactDOM.default ? ReactDOM.default : ReactDOM; |
Copy lines Copy permalink - View git blame
- Open new issue