Move react-dom to dependencies by itsmichaeldiego · Pull Request #577 · google-map-react/google-map-react

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@itsmichaeldiego

Copy link Copy Markdown

Member

React-dom is required by src/google_map.js. But it was not listed as peerDependency, because of this, we were not able to use Google-map-react in a project that does not have react-dom as a dependency.

@itsmichaeldiego itsmichaeldiego force-pushed the fix-dependencies branch 2 times, most recently from 55322bd to a53e2d3 Compare

May 13, 2018 17:24

@itsmichaeldiego itsmichaeldiego merged commit b7d61df into master

May 13, 2018

@itsmichaeldiego itsmichaeldiego deleted the fix-dependencies branch

May 13, 2018 17:28
Comment thread

package.json

"prop-types": "^15.5.6",
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^16.0.0"
Copy link Copy Markdown

Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0" ?

@lock

Copy link Copy Markdown

lock bot commented

Dec 1, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators

Dec 1, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Reviewers

1 more reviewer

@jooj123 jooj123 jooj123 left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@itsmichaeldiego @jooj123