Version
5.4.3
Link to Minimal Reproduction
https://jsfiddle.net/t3h9x2zb/5/
Steps to Reproduce
- Follow the steps in the guide to set up the SSR SVG rendering
- Activate ARIA by setting the option aria: { enabled: true }
Current Behavior
TypeError: Cannot read properties of null (reading 'setAttribute')
at dom.setAttribute('aria-label', ariaLabel);
Expected Behavior
Should not fail or the SSR documentation should mention that ARIA is not supported
Environment
- OS: Ubuntu 23.04
- Browser: Node.js
- Framework: Astro
Any additional comments?
No response
Version
5.4.3
Link to Minimal Reproduction
https://jsfiddle.net/t3h9x2zb/5/
Steps to Reproduce
Current Behavior
Expected Behavior
Should not fail or the SSR documentation should mention that ARIA is not supported
Environment
Any additional comments?
No response