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
Summary: I'm unable to navigate to another screen in a wasmjs app. Individual routes /hello and /world are accessible when directly entered in the browser; Webpack devser config has also been properly added.
Uncaught runtime errors:
×
ERROR
Maximum call stack size exceeded
RangeError: Maximum call stack size exceeded
at <my.app:web>.app.softwork.routingcompose.pushState (http://localhost:8080/web.wasm:wasm-function[65617]:0x8f598e)
at <my.app:web>.app.softwork.routingcompose.pushState (http://localhost:8080/web.wasm:wasm-function[65617]:0x8f5997)
at <my.app:web>.app.softwork.routingcompose.pushState (http://localhost:8080/web.wasm:wasm-function[65617]:0x8f5997)
at <my.app:web>.app.softwork.routingcompose.pushState (http://localhost:8080/web.wasm:wasm-function[65617]:0x8f5997)
at <my.app:web>.app.softwork.routingcompose.pushState (http://localhost:8080/web.wasm:wasm-function[65617]:0x8f5997)
at <my.app:web>.app.softwork.routingcompose.pushState (http://localhost:8080/web.wasm:wasm-function[65617]:0x8f5997)
at <my.app:web>.app.softwork.routingcompose.pushState (http://localhost:8080/web.wasm:wasm-function[65617]:0x8f5997)
at <my.app:web>.app.softwork.routingcompose.pushState (http://localhost:8080/web.wasm:wasm-function[65617]:0x8f5997)
at <my.app:web>.app.softwork.routingcompose.pushState (http://localhost:8080/web.wasm:wasm-function[65617]:0x8f5997)
at <my.app:web>.app.softwork.routingcompose.pushState (http://localhost:8080/web.wasm:wasm-function[65617]:0x8f5997)
The text was updated successfully, but these errors were encountered:
exaucae
changed the title
[WASM] Failed to navigate: Maximum call stack exedeed
[WASM] Failed to navigate: Maximum call stack excedeed
Nov 26, 2024
exaucae
changed the title
[WASM] Failed to navigate: Maximum call stack excedeed
[WASM] Failed to navigate: Maximum call stack exceeded
Nov 26, 2024
exaucae
changed the title
[WASM] Failed to navigate: Maximum call stack exceeded
[WASM BrowserRouter] Failed to navigate: Maximum call stack exceeded
Nov 26, 2024
Summary: I'm unable to navigate to another screen in a wasmjs app. Individual routes /hello and /world are accessible when directly entered in the browser; Webpack devser config has also been properly added.
Dependency version:
wasmJsMain.dependencies { implementation("app.softwork:routing-compose:0.4.0") }
Reproducible steps:
On Click, here's the browser webpack error:
The text was updated successfully, but these errors were encountered: