Skip to content

Commit 0c067a0

Browse files
committed
Stop exporting properties from DOMProperty
Not sure why we did this. Don't need now.
1 parent c9ca797 commit 0c067a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/shared/DOMProperty.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const ROOT_ATTRIBUTE_NAME = 'data-reactroot';
109109
* Removed when strictly equal to false; present without a value when
110110
* strictly equal to true; present with a value otherwise.
111111
*/
112-
export const properties = {};
112+
const properties = {};
113113

114114
/**
115115
* Checks whether a property name is a writeable attribute.

0 commit comments

Comments
 (0)