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
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
This feature is similar to the other issues of supporting front-end framesworks, a PR for this should be creating a front-end project using svelte + web3.js. We have had an issue with users experiences issues with svelte so it may include debugging as well.
Expected behavior
Actual behavior
Steps to reproduce the behavior
[First step]
[Second step]
[and so on...]
Logs
Environment
The text was updated successfully, but these errors were encountered:
I created a Svelte project with npm init svelte and updated it to use Web3.js to display the current block number. I did not have any problems with circular dependencies as reported in #7133. In order to get things working, I had to use the ssr page option to disable server-side rendering since the browser-only global window object is needed to instantiate Web3.js with an injected provider.
This feature is similar to the other issues of supporting front-end framesworks, a PR for this should be creating a front-end project using svelte + web3.js. We have had an issue with users experiences issues with svelte so it may include debugging as well.
Expected behavior
Actual behavior
Steps to reproduce the behavior
Logs
Environment
The text was updated successfully, but these errors were encountered: