Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Include module in Flow declaration #46

Merged
merged 2 commits into from
Oct 8, 2019
Merged

Conversation

dgraham
Copy link
Contributor

@dgraham dgraham commented Oct 8, 2019

Fixes an error importing the class.

import DetailsDialogElement from '@github/details-dialog-element

Error: Importing from an untyped module makes it any and is not safe!

Fixes an error importing the class.

`import DetailsDialogElement from '@github/details-dialog-element`
> Error: Importing from an untyped module makes it `any` and is not safe!
@dgraham dgraham requested a review from a team October 8, 2019 01:23
Copy link
Contributor

@koddsson koddsson left a comment

Choose a reason for hiding this comment

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

Looks good!

Copy link
Member

@keithamus keithamus left a comment

Choose a reason for hiding this comment

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

👍

@dgraham dgraham merged commit 5993d68 into master Oct 8, 2019
@dgraham dgraham deleted the flow-module-declaration branch October 8, 2019 17:42
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.

3 participants