-
Notifications
You must be signed in to change notification settings - Fork 11
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When aliasing react-dom to this package, react-apollo fails #2
Labels
bug
Something isn't working
Comments
That's my bad - I didn't port "server", only client stuff |
|
Can this issue be closed now? |
👍 |
The problem comes from webpack aliases, making an alias for 'react-dom/server': require.resolve('@hot-loader/react-dom/server'),
'react-dom': require.resolve('@hot-loader/react-dom') Order is important! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the alias with react-app-rewired, react-apollo starts complaining that 'react-dom/server' cannot be resolved.
Any ideas what can be done?
Thanks
The text was updated successfully, but these errors were encountered: