We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React is being declared as a peerDependency, but react-dom is not (but both are dev dependencies).
The package should be required. It will fail because of the missing peer dependency. If you add a require("react-dom") before hand, it will work.
The text was updated successfully, but these errors were encountered:
0349db8
[fixed] Add react-dom as a peer dependency
8e767e9
closes #219
No branches or pull requests
Summary:
React is being declared as a peerDependency, but react-dom is not (but both are dev dependencies).
Steps to reproduce:
Expected behavior:
The package should be required. It will fail because of the missing peer dependency. If you add a require("react-dom") before hand, it will work.
The text was updated successfully, but these errors were encountered: