Closed TiemenSch closed 1 year ago
Perhaps to clarify, this does compile and I can't seem to find the difference https://github.com/intendednull/yewdux/blob/ae66ae4b5ccf47fcbfaa1185327ab9ff432a3ac7/examples/async_proxy/src/main.rs#L45
It was the move |...|
before the closure arguments, although I could've sworn I tried that this morning, too.
Sorry to have bothered you with this.
I can't seem to wrap my head around why the following is happening:
Resulting in an error on the update call stating:
With the latest yewdux and yew as dependencies.
Any ideas?