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
when running yarn dev i am getting following error.
Probable cause of issue - commit link
Some reference issue - formatjs/formatjs#3589
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: LayoutError', /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/rkyv-0.7.37/src/impls/core/mod.rs:265:67
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' panicked at 'failed to invoke plugin: failed to invoke plugin on 'Some("/Users/shivam/personal-projects/tabhero-webapp/node_modules/next/dist/client/next-dev.js")'Caused by: 0: failed to invoke `/Users/shivam/personal-projects/tabhero-webapp/node_modules/@graphql-codegen/client-preset-swc-plugin/swc_plugin.wasm` as js transform plugin at /Users/shivam/personal-projects/tabhero-webapp/node_modules/@graphql-codegen/client-preset-swc-plugin/swc_plugin.wasm 1: RuntimeError: call stack exhausted 2: stk_ovf', /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swc-0.260.23/src/plugin.rs:219:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' panicked at 'failed to invoke plugin: failed to invoke plugin on 'Some("/Users/shivam/personal-projects/tabhero-webapp/node_modules/next/dist/client/router.js")'Caused by: 0: failed to invoke `/Users/shivam/personal-projects/tabhero-webapp/node_modules/@graphql-codegen/client-preset-swc-plugin/swc_plugin.wasm` as js transform plugin at /Users/shivam/personal-projects/tabhero-webapp/node_modules/@graphql-codegen/client-preset-swc-plugin/swc_plugin.wasm 1: RuntimeError: unreachable 2: unreachable', /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swc-0.260.23/src/plugin.rs:219:14
thread '<unnamed>' panicked at 'failed to invoke plugin: failed to invoke plugin on 'Some("/Users/shivam/personal-projects/tabhero-webapp/node_modules/next/dist/client/dev/amp-dev.js")'Caused by: 0: failed to invoke `/Users/shivam/personal-projects/tabhero-webapp/node_modules/@graphql-codegen/client-preset-swc-plugin/swc_plugin.wasm` as js transform plugin at /Users/shivam/personal-projects/tabhero-webapp/node_modules/@graphql-codegen/client-preset-swc-plugin/swc_plugin.wasm 1: RuntimeError: out of bounds memory access 2: heap_get_oob', /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swc-0.260.23/src/plugin.rs:219:14
error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
If you need to fix it asap, you can use babel plugin for the client present, there is a bug in the SWC plugin that needs to be compiled to SWC versions. dotansimha/graphql-code-generator#9450
when running
yarn dev
i am getting following error.Probable cause of issue - commit link
Some reference issue - formatjs/formatjs#3589
The text was updated successfully, but these errors were encountered: