DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
20.05k stars 764 forks source link

fix #1979: generated Owned impl for the props builder was using the wrong generics #2027

Closed jkelleyrtp closed 5 months ago

jkelleyrtp commented 5 months ago

This commit fixes the owned impl to use the original generics rather than the build generics.

I've also added a little compile test in the form of an example in the signals repo.