mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
When using complex type constructs in a boxed hook, the compiler could get confused and request a type hint on the call to the inner function. This adds all generic types of the outer hook function as explicit arguments to the call of the inner function. * Add generic types to boxed hooks * Create failing test --------- Co-authored-by: Michael Meyer <ichmed95@gmail.com>