-
Notifications
You must be signed in to change notification settings - Fork 87
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
Client is not working in browser. #294
Labels
support
Questions, discussions, and general support
Comments
Can you try |
import { Client } from '@hapi/nes/lib/client' or const Client = require('@hapi/nes/lib/client').Client Works as a workaround for now. Thank you! |
Can you try one more thing for me? Can you add |
If someone can try the proposed change above to |
Got problems with it in Next.js. Did anyone else experienced something like that? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support plan
Context
What are you trying to achieve or the steps to reproduce?
`import { Client } from '@hapi/nes'`
What was the result you got?
What result did you expect?
No error should be thrown.
The text was updated successfully, but these errors were encountered: