Skip to content

Commit

Permalink
Remove react-dom from built-in flow libdefs (#3748)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrown215 committed Feb 21, 2020
1 parent 7223a82 commit 51302e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/commands/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ async function installCoreLibDefs(): Promise<number> {
return 0;
}

const FLOW_BUILT_IN_NPM_LIBS = ['react', 'react-dom'];
const FLOW_BUILT_IN_NPM_LIBS = ['react'];
type installNpmLibDefsArgs = {|
cwd: string,
flowVersion: FlowVersion,
Expand Down

0 comments on commit 51302e6

Please sign in to comment.