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
When following https://docs.wakuconnect.dev/docs/guides/07_reactjs_relay/ with [email protected] I noticed that I only needed to install assert for the example to work:
[email protected]
assert
cra-webpack-rewired
The polyfills might only be needed when using specific modules (ie, Buffer might be used only for the cryptography).
Buffer
We should better understand and document the polyfill needs, especially if it makes the library easier to use.
The text was updated successfully, but these errors were encountered:
Note assert was removed: #740
Sorry, something went wrong.
To be done when documenting @waku/core as part of #802.
@waku/core
Was this completed during #802 @fryorcraken ? And can it be closed
Just came across this when looking for a good first issue
Closing this as all guides need to be reviewed. Work to be planned.
No branches or pull requests
When following https://docs.wakuconnect.dev/docs/guides/07_reactjs_relay/ with
[email protected]
I noticed that I only needed to installassert
for the example to work:cra-webpack-rewired
and overriding the webpack config are not neededThe polyfills might only be needed when using specific modules (ie,
Buffer
might be used only for the cryptography).We should better understand and document the polyfill needs, especially if it makes the library easier to use.
The text was updated successfully, but these errors were encountered: