You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making a note to expand upon this later; not sure what the userland fix is for something like this or what needs to be fixed upstream.
src/components/fpr/checkbox-icon.gts:20:9 - error TS2353: Object literal may only specify known properties, and 'xmlns' does not exist in type 'Partial<WithDataAttributes<SVGSVGElementAttributes>>'.
20 xmlns="http://www.w3.org/2000/svg"
~~~~~