Skip to content

Commit 036fb85

Browse files
authored
Undo the CommonJS change
I didn't realize it would break the build.
1 parent 88e2954 commit 036fb85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-reconciler/reflection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
'use strict';
1111

12-
module.exports = require('./src/ReactFiberTreeReflection');
12+
export * from './src/ReactFiberTreeReflection';

0 commit comments

Comments
 (0)