it('can render SVG into a non-React SVG tree', () => {
        const outerSVGRoot = document.createElementNS(
          'http://www.w3.org/2000/svg',
          'svg',
        );