Jet Li
Jet Li
@adriaanjoubert this is the docker file and step to copy .env file: https://github.com/jetli/rust-yew-realworld-example-app/blob/2f65dd1f5fa75b49bc358f606780f9b5507ed560/Dockerfile#L14 seems something wrong with the result path: `/usr/src/conduit-wasm/../../.env`
Basically this will not be an issue in the next release of yew, we can use `HashRouter` of yew, see this demo of yew-hooks repo: https://jetli.github.io/yew-hooks/#/use_async, notice the url of...
did you do this step to setup env for backend api address: `cp .env.example .env` and you can see log in your browser's console.
Just my laziness I think :), since building ain't broken yet, but I will look into trunk soon, thanks.
Hi, I don't have windows 10, but I cannot reproduce this on Mac OS, hot reloading is working on mac when editing codes. Can you try again on Mac os...
seems there's something wrong with latest version of wasm-bindgen, can you try to force to use previous version like this in your Cargo.toml ```toml wasm-bindgen = "=0.2.80" ``` and make...
Yes, keep this open, until wasm-bindgen is fixed or any better way to resolve this. I may open an issue to wasm-bindgen
upgrade to use trunk
switched to trunk
Upgraded to yew 0.20.0 and use HashRouter