Skip to content

Commit 0e58e03

Browse files
committed
Export Atom's version of React and Reactionary
Fixes atom#3101 and works around facebook/react#1939.
1 parent c748fc4 commit 0e58e03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exports/atom.coffee

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ unless process.env.ATOM_SHELL_INTERNAL_RUN_AS_NODE
2525
module.exports.View = View
2626
module.exports.WorkspaceView = require '../src/workspace-view'
2727
module.exports.Workspace = require '../src/workspace'
28+
module.exports.React = require 'react-atom-fork'
29+
module.exports.Reactionary = require 'reactionary-atom-fork'

0 commit comments

Comments
 (0)