Skip to content

Commit 0a4803a

Browse files
committed
Update error-codes file
1 parent 990b77c commit 0a4803a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/src/error-codes.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,9 @@
7070
"69": "Base UI: ToolbarRootContext is missing. Toolbar parts must be placed within <Toolbar.Root>.",
7171
"70": "Base UI: <Tooltip.Portal> is missing.",
7272
"71": "Base UI: TooltipPositionerContext is missing. TooltipPositioner parts must be placed within <Tooltip.Positioner>.",
73-
"72": "Base UI: TooltipRootContext is missing. Tooltip parts must be placed within <Tooltip.Root>."
73+
"72": "Base UI: TooltipRootContext is missing. Tooltip parts must be placed within <Tooltip.Root>.",
74+
"73": "Base UI: useToastManager must be used within <Toast.Provider>.",
75+
"74": "Base UI: PopoverTrigger must be either used within a PopoverRoot component or have the `handle` prop set.",
76+
"75": "Base UI: PopoverTrigger must have an `id` prop specified.",
77+
"76": "Base UI: selectors are required to call useState."
7478
}

0 commit comments

Comments
 (0)