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
autoContrast
7.6.1
@mantine/core
Next.js
Chrome
It appears that the issue that was affecting the Indicator component also affects the Timeline component. Refer to the related issue here #5508.
https://codesandbox.io/p/sandbox/mantine-react-template-forked-lrjk9c?file=%2Fsrc%2FApp.tsx
The same change applied in this commit: b71a976 could be applied to the Timeline component here:
mantine/packages/@mantine/core/src/components/Timeline/Timeline.tsx
Line 108 in 7b1457f
The text was updated successfully, but these errors were encountered:
[@mantine/core] Timeline: Fix autoContrast being passed to the dom …
9765ac7
…node as attribute (mantinedev#5846)
Successfully merging a pull request may close this issue.
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.6.1
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
Chrome
Describe the bug
It appears that the issue that was affecting the Indicator component also affects the Timeline component. Refer to the related issue here #5508.
If possible, include a link to a codesandbox with a minimal reproduction
https://codesandbox.io/p/sandbox/mantine-react-template-forked-lrjk9c?file=%2Fsrc%2FApp.tsx
Possible fix
The same change applied in this commit: b71a976 could be applied to the Timeline component here:
mantine/packages/@mantine/core/src/components/Timeline/Timeline.tsx
Line 108 in 7b1457f
Self-service
The text was updated successfully, but these errors were encountered: