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
Hi,
Thanks for providing the SSR caching library! I am tasked to evaluate it to be used in the project I am working on.
Unfortunately I am seeing this error as soon as I included your library in the code: Error: Cannot find module 'react-dom/lib/ReactCompositeComponent'
It turns out that the project I am working on consumes the minimized 'react-dom' lib directly.
Here is the first line of your library code: const ReactCompositeComponent = require("react-dom/lib/ReactCompositeComponent");
const ReactCompositeComponent = require("react-dom/lib/ReactCompositeComponent");
Here is the structure of "node_modules/react-dom" for the project I am working on:
As you can see, there isn't a folder named 'lib' hence no module named 'ReactCompositeComponent' either.
Could you kindly let me know how would I use your library for a project that having the 'react-dom' structure like the above?
Many thanks! William
The text was updated successfully, but these errors were encountered:
Hi I am facing the same issue. Please let us know if we can help in resolving this issue. Thanks
Sorry, something went wrong.
No branches or pull requests
Hi,
Thanks for providing the SSR caching library! I am tasked to evaluate it to be used in the project I am working on.
Unfortunately I am seeing this error as soon as I included your library in the code:
Error: Cannot find module 'react-dom/lib/ReactCompositeComponent'
It turns out that the project I am working on consumes the minimized 'react-dom' lib directly.
Here is the first line of your library code:
const ReactCompositeComponent = require("react-dom/lib/ReactCompositeComponent");
Here is the structure of "node_modules/react-dom" for the project I am working on:
As you can see, there isn't a folder named 'lib' hence no module named 'ReactCompositeComponent' either.
Could you kindly let me know how would I use your library for a project that having the 'react-dom' structure like the above?
Many thanks!
William
The text was updated successfully, but these errors were encountered: