Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Remove @adobe/react-spectrum imports where prohibited #2198

Merged
merged 2 commits into from
Aug 23, 2024

Conversation

mattrunyon
Copy link
Collaborator

Fixes #2195

Had to just ignore some of the errors because we compare spectrum components in the styleguide and I didn't want to mess with that for now.

I still think it's a bit confusing that there are things in components/src/spectrum that aren't pure re-exports (e.g. ComboBox). Makes it confusing to know which to use.

@mattrunyon mattrunyon self-assigned this Aug 20, 2024
Copy link

codecov bot commented Aug 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.65%. Comparing base (0b37477) to head (7f388aa).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #2198    +/-   ##
========================================
  Coverage   46.64%   46.65%            
========================================
  Files         692      692            
  Lines       38581    38583     +2     
  Branches     9820     9637   -183     
========================================
+ Hits        17998    18000     +2     
- Misses      20530    20572    +42     
+ Partials       53       11    -42     
Flag Coverage Δ
unit 46.65% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@bmingles bmingles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I'd just double check ACL Editor works and nothing weird in things like ConfirmationDialog

@mattrunyon mattrunyon merged commit 5b4ce50 into deephaven:main Aug 23, 2024
11 checks passed
@mattrunyon mattrunyon deleted the spectrum-import-fix branch August 23, 2024 16:15
@github-actions github-actions bot locked and limited conversation to collaborators Aug 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix linting errors for importing from @adobe/react-spectrum
2 participants