Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

Move react-dom to dependencies#577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
itsmichaeldiego merged 2 commits intomasterfromfix-dependencies
May 13, 2018
Merged

Conversation

itsmichaeldiego
Copy link
Member

React-dom is required bysrc/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 havereact-dom as a dependency.

@itsmichaeldiegoitsmichaeldiegoforce-pushed thefix-dependencies branch 2 times, most recently from55322bd toa53e2d3CompareMay 13, 2018 17:24
@itsmichaeldiegoitsmichaeldiego merged commitb7d61df intomasterMay 13, 2018
@itsmichaeldiegoitsmichaeldiego deleted the fix-dependencies branchMay 13, 2018 17:28
@@ -43,7 +43,8 @@
"homepage": "https://github.com/google-map-react/google-map-react#readme",
"peerDependencies": {
"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
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

lockbot commentedDec 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.

@locklockbot locked asresolvedand limited conversation to collaboratorsDec 1, 2019
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@jooj123jooj123jooj123 left review comments

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

[8]ページ先頭

©2009-2025 Movatter.jp