We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Html.Styled.Attributes
import Html.Styled.Attributes exposing (css) import Svg.Styled as Svg exposing (Svg) main = Svg.svg [ css [] ] [] |> Svg.toUnstyled
throws an error: Uncaught TypeError: Cannot assign to read only property 'className' of object '#<SVGSVGElement>'
Uncaught TypeError: Cannot assign to read only property 'className' of object '#<SVGSVGElement>'
See https://ellie-app.com/64vQQmzM94Ca1
The text was updated successfully, but these errors were encountered:
I think this is probably related to the following issues in the elm compiler and elm/svg:
Sorry, something went wrong.
No branches or pull requests
throws an error:
Uncaught TypeError: Cannot assign to read only property 'className' of object '#<SVGSVGElement>'
See https://ellie-app.com/64vQQmzM94Ca1
The text was updated successfully, but these errors were encountered: