You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have examples for browser and nodejs. They actually have common code snippets and should be able to be combined into one example, which makes it easier to maintain the code.
How to fix it?
We can combine two examples into one, and people can just run different commands in the same example project. For instance, npm run browser for browser and npm run node for node
The text was updated successfully, but these errors were encountered:
What’s wrong?
We have examples for browser and nodejs. They actually have common code snippets and should be able to be combined into one example, which makes it easier to maintain the code.
How to fix it?
We can combine two examples into one, and people can just run different commands in the same example project. For instance,
npm run browser
for browser andnpm run node
for nodeThe text was updated successfully, but these errors were encountered: