-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Investigate and fix deprecation warning from wasm-bindgen
#3482
Comments
The following PR (merged) should resolve this issue. We're awaiting the sequential bump and release of the next fuel-core version. |
Blocked by the above comment. |
This problem was not solved by bumping I found out that merely importing anything from the umbrella package |
Dig some further digging and found that we're passing options incorrectly. The following PR should resolve this: This will be blocked until this package is propagated into `fuel-core`. |
@petertonysmith94 The last @Torres-ssf Did we manage to confirm if this issue is gone in #3590? |
This problem was not fixed on |
https://github.com/FuelLabs/fuel-vm/blob/master/CHANGELOG.md |
After generating a new app using
pnpm create fuels
and runningfuels:dev
inside of it, we get:using deprecated parameters for the initialization function; pass a single object instead
The fix/bump should probably be done on:
The text was updated successfully, but these errors were encountered: