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

Remove all default exports #361

Merged
merged 3 commits into from
Sep 7, 2024
Merged

Remove all default exports #361

merged 3 commits into from
Sep 7, 2024

Conversation

willeastcott
Copy link
Contributor

This PR removes all usage of default exports from the PCUI codebase. This ensures conformity about how all exports are handled. The main win from this is that Storybook and the React Developer Tools both now show the correct names for PCUI components.

Before:

image

After:

image

@willeastcott willeastcott added the enhancement New feature or request label Sep 7, 2024
@willeastcott willeastcott self-assigned this Sep 7, 2024
@willeastcott willeastcott merged commit 25bd730 into main Sep 7, 2024
6 checks passed
@willeastcott willeastcott deleted the no-default-exports branch September 7, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants