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 exploration types file name and imports #1273

Closed
wants to merge 1 commit into from

Conversation

sandrahoang686
Copy link
Collaborator

Not sure how this happened but heres a fix

Copy link

netlify bot commented Nov 22, 2024

Deploy Preview for veda-ui ready!

Name Link
🔨 Latest commit 3a9bd18
🔍 Latest deploy log https://app.netlify.com/sites/veda-ui/deploys/6740f7f87369db00084f50e4
😎 Deploy Preview https://deploy-preview-1273--veda-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -63,7 +63,7 @@ import {
DatasetStatus,
TimelineDatasetSuccess,
ZoomTransformPlain
} from '$components/exploration/types.d.ts';
} from '$components/exploration/types.d';
Copy link
Contributor

Choose a reason for hiding this comment

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

@sandrahoang686 do these need to be changed to types.d.ts?

Copy link
Contributor

Choose a reason for hiding this comment

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

Looking at the file name change in this pr it appears app/scripts/components/exploration/types.d.ts to be accurately changes to the previous name.

@hanbyul-here
Copy link
Collaborator

I am a bit unclear what this PR is trying to address - ts-check is not passing since some files are still using types.d.ts as an import path. Can you clarify?

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.

3 participants