ErrLookup › mantinedev/mantine
mantinedev/mantine
A fully featured React components library · TypeScript · 2,057 source files
Analyzed at 8a284e2c2c on 2026-08-28. 47 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| [@mantine/core] Each option must have value property | validation | error | combobox, select, options, props-validation |
| [@mantine/core] Duplicate options are not supported. Option | validation | error | combobox, select, duplicate-values, options |
| [@mantine/core] MantineProvider was not found in tree | exception | error | mantineprovider, context, react, setup |
| [@mantine/core] Failed to parse color. Expected color to be | validation | error | color, theme, parsing, types |
| INVALID_PRIMARY_COLOR_ERROR | validation | error | theme, primary-color, configuration |
| INVALID_PRIMARY_SHADE_ERROR | validation | error | theme, primary-shade, configuration |
| [@mantine/core] MantineProvider was not found in tree | exception | error | color-scheme, context, mantineprovider, react |
| ${errorMessage} | validation | error | accordion, tabs, value-prop, id-generation |
| [@mantine/use-form] Form name "${name}" is invalid, it shoul | validation | error | form, actions, validation, naming |
| Request failed with status ${res.status} | http | error | http, fetch, use-fetch, status-code |
| @mantine/hooks ${hookName}: Failed to serialize the value | exception | error | local-storage, serialization, json, use-local-storage |
| Failed to fetch ${url}: ${response.status} | http | error | network, http, mcp-server, fetch |
| [@mantine/modals] useModals hook was called outside of conte | exception | error | modals, context, provider, react |
| [@mantine/schedule] AgendaView: Duplicated event ids found: | validation | error | schedule, calendar, duplicate-ids, events |
| [@mantine/schedule] DayView: Duplicated event ids found: ${e | validation | error | schedule, calendar, duplicate-ids, day-view |
| [@mantine/schedule] MobileMonthView: Duplicated event ids fo | validation | error | schedule, calendar, duplicate-ids, mobile-month-view |
| [@mantine/schedule] MonthView: Duplicated event ids found: $ | validation | error | schedule, calendar, duplicate-ids, month-view |
| [@mantine/schedule] ResourcesDayView: Duplicated event ids f | validation | error | schedule, calendar, duplicate-ids, resources-day-view |
| [@mantine/schedule] ResourcesWeekView: Duplicated event ids | validation | error | schedule, calendar, duplicate-ids, resources-week-view |
| [@mantine/schedule] WeekView: Duplicated event ids found: ${ | validation | error | mantine, schedule, duplicate-id, validation |
| [@mantine/schedule] YearView: Duplicated event ids found: ${ | validation | error | mantine, schedule, duplicate-id, validation |
| [@mantine/schedule] Invalid start date for event id: ${event | validation | error | mantine, schedule, date-validation, dayjs |
| [@mantine/schedule] Invalid end date for event id: ${eventDa | validation | error | mantine, schedule, date-validation, dayjs |
| [@mantine/schedule] Event end date is before start date for | validation | error | mantine, schedule, date-validation, date-range |
| Combobox.DropdownTarget component children should be an elem | validation | error | mantine, react, children-validation, ref, combobox |
| Combobox.EventsTarget component children should be an elemen | validation | error | mantine, react, children-validation, ref, combobox |
| Combobox.Target component children should be an element or a | validation | error | mantine, react, children-validation, ref, combobox |
| ComboboxPopover.Target component children should be an eleme | validation | error | mantine, react, children-validation, ref, combobox-popover |
| HoverCard.Target component children should be an element or | validation | error | mantine, react, children-validation, ref, hover-card |
| Menu.ContextMenu component children should be an element or | validation | error | mantine, react, children-validation, ref, context-menu |
| Menu.Sub.Target component children should be an element or a | validation | error | mantine, react, children-validation, ref, menu |
| Menu.Target component children should be an element or a com | validation | error | mantine, react, children-validation, ref, menu |
| Popover.ContextMenu component children should be an element | validation | error | mantine, react, children-validation, ref, context-menu |
| Popover.Target component children should be an element or a | validation | error | mantine, react, children-validation, ref, popover |
| [@mantine/core] Tooltip component children should be an elem | validation | error | mantine, react, children-validation, ref, tooltip |
| [@mantine/core] Tooltip.Floating component children should b | validation | error | mantine, react, children-validation, ref, tooltip |
| @mantine/core: MantineProvider was not found in component tr | exception | critical | mantine, react, context, provider, setup |
| ${errorMessage} | exception | error | mantine, react, context, compound-components |
| Emotion cache is not available in context, make sure that yo | exception | error | mantine, emotion, css-in-js, provider, context |
| useFormContext was called outside of FormProvider context | exception | critical | react, context, hooks, form, provider |
| use-local-storage: Failed to get value from storage, localSt | console | warning | local-storage, browser-storage, privacy, use-local-storage, warning |
| use-local-storage: Failed to set value to storage, localStor | console | warning | local-storage, quota, privacy, use-local-storage, warning |
| use-local-storage: Failed to remove value from storage, loca | console | warning | local-storage, privacy, use-local-storage, warning |
| [@mantine/code-highlight] Language `${language}` ${reason}, | console | warning | code-highlight, shiki, syntax-highlighting, language, warning |
| [@mantine/core] Local storage color scheme manager was unabl | console | warning | color-scheme, local-storage, mantine-provider, dark-mode, warning |
| [@mantine/hooks/use-focus-trap] Failed to find focusable ele | console | warning | focus-trap, accessibility, a11y, modal, development-only |
| [@mantine/hooks/use-focus-trap] Ref node is not part of the | console | warning | focus-trap, dom, react-lifecycle, development-only |