Skip to content

Commit

Permalink
Change approach to object literal again
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed Nov 20, 2018
1 parent 4d0f272 commit 352c8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/React.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import {
import ReactSharedInternals from './ReactSharedInternals';
import {enableStableConcurrentModeAPIs} from 'shared/ReactFeatureFlags';

// Please make sure that no properties are added to this object after it's
// Please make sure that no properties are added to this object after its
// creation. This ensures the object keeps the same shape for performance reasons.
export default {
Children: {
Expand Down

0 comments on commit 352c8f2

Please sign in to comment.