Using Jotai DevTools with Mantine on userland causes issues with theming on DevTools. For example, when you change the color scheme on userland to from light to dark, it will toggle Jotai DevTools' color scheme too. However, not fully. Some elements remain in light mode
Mantine's team is open to fixing this problem but its complex. You're welcome to take a stab at it
Temporary remedy for the users of Jotai DevTools is to sync their theme via props by passing computed color scheme value via props.theme
Contributors
Huge thanks to these folks for contributing this change to Jotai DevTools 🙏
@speaker-ender (https://github.com/jotaijs/jotai-devtools/pull/126), @WebDevMcFarland, @tori-obregon, @adamkim1006 and more!
Summary
Remaining tasks
⚠️ Warning for Mantine users
props.theme
Contributors
Huge thanks to these folks for contributing this change to Jotai DevTools 🙏 @speaker-ender (https://github.com/jotaijs/jotai-devtools/pull/126), @WebDevMcFarland, @tori-obregon, @adamkim1006 and more!