Skip to content

Conversation

@jcfranco
Copy link
Member

@jcfranco jcfranco commented Feb 12, 2026

Related Issue: N/A

Summary

Fixes the following errors:

■  Vite src/components/dialog/dialog.tsx:1:1 - error TS@arcgis/api-extractor: The
│  FocusTrapOptions imported from controllers/useFocusTrap is not @public but used
│  in the type of a @public declaration. Add /** @public */ JSDoc, refactor out the
│  usage, or ensure FocusTrapOptions is not a re-export.

│
■  Vite src/components/popover/popover.tsx:1:1 - error TS@arcgis/api-extractor: The
│  FocusTrapOptions imported from controllers/useFocusTrap is not @public but used
│  in the type of a @public declaration. Add /** @public */ JSDoc, refactor out the
│  usage, or ensure FocusTrapOptions is not a re-export.

│
■  Vite src/components/sheet/sheet.tsx:1:1 - error TS@arcgis/api-extractor: The
│  FocusTrapOptions imported from controllers/useFocusTrap is not @public but used
│  in the type of a @public declaration. Add /** @public */ JSDoc, refactor out the
│  usage, or ensure FocusTrapOptions is not a re-export.

│
■  Vite src/components/time-picker/time-picker.tsx:1:1 - error
│  TS@arcgis/api-extractor: The useTime imported from controllers/useTime is not
│  @public but used in the type of a @public declaration. Add /** @public */ JSDoc,
│  refactor out the usage, or ensure useTime is not a re-export.

│
■  Vite [@arcgis/api-extractor] Found 4 errors

@github-actions github-actions bot added the chore Issues with changes that don't modify src or test files. label Feb 12, 2026
@jcfranco jcfranco added the skip visual snapshots Pull requests that do not need visual regression testing. label Feb 12, 2026
@jcfranco jcfranco marked this pull request as ready for review February 12, 2026 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Issues with changes that don't modify src or test files. skip visual snapshots Pull requests that do not need visual regression testing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant