Skip to content

Commit 4e1c986

Browse files
committed
Update error-codes file
1 parent 990b77c commit 4e1c986

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
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
}

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)