mantinedev / mantine

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

How do I make my components compatible with Chrome kernel version 85? #6890

Closed YangCheng0121 closed 1 month ago

YangCheng0121 commented 1 month ago

Dependencies check up

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

^7.12.1

What package has an issue?

@mantine/core

What framework do you use?

Next.js

In which browsers you can reproduce the issue?

All

Describe the bug

I want to display it in lower version browsers, but I'm already using v7 and don't know how to roll back to v6 image

image

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

No response

Possible fix

No response

Self-service