diff --git a/sigpro2.js b/sigpro2.js index c1f002c..6687d13 100644 --- a/sigpro2.js +++ b/sigpro2.js @@ -306,6 +306,7 @@ const Render = renderFn => { const previousOwner = activeOwner const container = doc.createElement("div") container.style.display = "contents" + container.setAttribute("role", "presentation") // ← único cambio real activeOwner = { _cleanups: cleanups, _mounts: mounts } const processResult = result => {