Skip to content

Commit

Permalink
Fix incorrect boolean being imported
Browse files Browse the repository at this point in the history
  • Loading branch information
atnpcg committed Oct 23, 2020
1 parent 5df3879 commit be8b1d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-dom/src/shared/DOMProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*/

import {enableFilterEmptyStringAttributesDOM} from 'shared/ReactFeatureFlags';
import { boolean } from 'yargs';

type PropertyType = 0 | 1 | 2 | 3 | 4 | 5 | 6;

Expand Down

0 comments on commit be8b1d0

Please sign in to comment.