Elina
Elina
Can you try the following patch? I got it to compile but haven't tested if it is functional. ```patch Index: examples/webgl/src/main.rs IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git...
I see. A comment explaining why we're doing it manually would do. Also, please fix the CI errors (except for benchmark; that's unrelated)
I went ahead and updated the PR so it can be merged.
> > Custom events > > Inability to listen to change event > > Can you please create a new issue to track support for both of these? Just created...
https://github.com/yewstack/yew/pull/2321 adds a section about component communication (see [here](https://yew-rs--pr2321-docs-overhaul-2w2sda7w.web.app/docs/next/concepts/components#passing-data-to-a-component)). It suggests using contexts to communicate but there is no explanation on how to actually do it. Context documentation mostly consists...
PS: I didn't create a discussion for this because those can't be linked with PRs and therefore harder to track features with. Missing labels: - feature
#1860 attempted to introduce this back but it couldn't get anywhere because of how it was implemented. I think that our final goal should be bringing `#[bind(_)]` functionality to the...
# Another API proposal (this one is easier to implement) We nest ``s and allow it to take a `pathname` to match with. This will result in the following code...
My bad, I forgot to edit that part out. We should not need it
The only good solution I can think of is either allowing switch to take a base parameter (which gets appended to router's provided base) or a `mount_at` attribute on `Routable`....