Skip to content

Commit

Permalink
Fix the react-addons-create-fragment package to properly export the c…
Browse files Browse the repository at this point in the history
…reateReactFragment() function (#9383)
  • Loading branch information
lscspirit authored and gaearon committed Apr 8, 2017
1 parent 85d1816 commit c2ca2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/react-addons-create-fragment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,4 +439,4 @@ module.exports = function(React) {
}

return createReactFragment;
}
}(React);

0 comments on commit c2ca2f5

Please sign in to comment.