mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +00:00
Anchors with special characters (e.g. spaces encoded as %20) would fail the getElementById lookup because the raw URL-encoded string doesn't match the element's id attribute. Apply decodeURIComponent() with a try/catch fallback to handle malformed URIs gracefully.