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
While playing with this module I'm getting errors such as this
Module not found: Error: Can't resolve 'dgram' in '..node_modules/native-dns/lib' [0] @ ./node_modules/native-dns/lib/utils.js 21:12-28 [0] @ ./node_modules/native-dns/lib/client.js [0] @ ./node_modules/native-dns/dns.js [0] @ ./node_modules/dns/lib/dns.js [0] @ ./node_modules/async-listener/index.js [0] @ ./node_modules/continuation-local-storage/context.js
Seems to be happening when my app is performing server side rending of react code...
It happens when require('continuation-local-storage'); is present.
require('continuation-local-storage');
(above error doesn't appear when cls related code is completely absent)
Is this a well known issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While playing with this module I'm getting errors such as this
Seems to be happening when my app is performing server side rending of react code...
It happens when
require('continuation-local-storage');
is present.(above error doesn't appear when cls related code is completely absent)
Is this a well known issue?
The text was updated successfully, but these errors were encountered: