webgpu/Wireframe's simplify prop does nothing
simplify is accepted in the props type and documented, but the only place the identifier appears in the implementation is inside a useLayoutEffect dependency array — it is never read.
Cosmetic next to #2813 and the barycentric sizing bug, but it is a documented prop that silently no-ops, which is the kind of thing that costs someone an afternoon.
Either wire it up to match the legacy behaviour or remove it from the public type and the docs.
Found while writing stories for #2801.
webgpu/Wireframe'ssimplifyprop does nothingsimplifyis accepted in the props type and documented, but the only place the identifier appears in the implementation is inside auseLayoutEffectdependency array — it is never read.Cosmetic next to #2813 and the barycentric sizing bug, but it is a documented prop that silently no-ops, which is the kind of thing that costs someone an afternoon.
Either wire it up to match the legacy behaviour or remove it from the public type and the docs.
Found while writing stories for #2801.