-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
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
Invalid DOM property on SVG transform-origin
#53342
Comments
transform-origin
. Did you mean transformOrigin
?transform-origin
Hello have you fixed it? I am having the same problem |
i am getting the same error while using @mui/x-charts.. |
I am also having this issue with @mui/x-charts |
I am also having this issue with @blueprintjs/icons |
Also having this issue with components generated using @svgr/cli
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/transform-origin
This seems to be an issue with next - which is wrongly throwing an error for the The React runtime has been happy with it for over a year: |
Verify canary release
Provide environment information
Operating System: Platform: linux Arch: x64 Version: #22 SMP Tue Jan 10 18:39:00 UTC 2023 Binaries: Node: 18.14.2 npm: 9.5.0 Yarn: 1.22.19 pnpm: N/A Relevant Packages: next: 13.4.13-canary.6 eslint-config-next: 13.4.12 react: 18.2.0 react-dom: 18.2.0 typescript: 5.0.4 Next.js Config: output: N/A
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue or a replay of the bug
https://codesandbox.io/p/sandbox/jolly-zhukovsky-7k74qp?file=/app/page.tsx:9,18
To Reproduce
Open the console
Describe the Bug
The Next.js App Router gets confused:
Expected Behavior
Like in the Next.js Page Router, no warnings
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
I noticed this while playing with https://mui.com/x/react-charts/lines/#data-format.
The text was updated successfully, but these errors were encountered: