mantinedev / mantine

A fully featured React components library
https://mantine.dev
MIT License
26.79k stars 1.9k forks source link

Charts are not displaying in next 15, mantine 7.13.4 #7044

Closed adlid closed 1 week ago

adlid commented 2 weeks ago

Dependencies check up

What version of @mantine/* packages do you have in package.json?

7.13.4

What package has an issue?

@mantine/charts

What framework do you use?

Next.js

In which browsers you can reproduce the issue?

None

Describe the bug

i cant view my barChart component in latest version with next 15 in mantine charts

If possible, include a link to a codesandbox with a minimal reproduction

No response

Possible fix

No response

Self-service

adlid commented 2 weeks ago
Снимок экрана 2024-10-27 в 22 33 29 Снимок экрана 2024-10-27 в 22 33 10
rtivital commented 2 weeks ago

See https://github.com/recharts/recharts/issues/5146

adlid commented 2 weeks ago

@rtivital thnks

rtivital commented 1 week ago

Fixed in 7.13.5. The recharts package has been updated to the latest version, for react-is resolution solution, see recharts issue.