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

Fix warning #56

Merged
merged 2 commits into from
Apr 23, 2024
Merged

Fix warning #56

merged 2 commits into from
Apr 23, 2024

Conversation

folkforms
Copy link
Collaborator

@folkforms folkforms commented Apr 23, 2024

https://merative.atlassian.net/browse/SPM-133091

Fix warning when running npm run build or npm run dev:

WARNING in ./packages/carbon-addons-devenv/src/apollo-client-hooks/index.js 36:0-155
"export 'default' (reexported as 'settings') was not found in '../react'

This is the change, the other changes are prettier being applied:

- import settings from '../react';
+ import { settings } from '../react';

@folkforms folkforms requested a review from bdjos1 April 23, 2024 14:28
@bdjos1 bdjos1 merged commit 1d0c614 into main Apr 23, 2024
1 check passed
@folkforms folkforms deleted the ab/fix-warning branch April 24, 2024 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants