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

Component with jsx <></> only, <module>.<export> not be imported. #1

Open
morlay opened this issue Dec 31, 2018 · 0 comments · May be fixed by #2
Open

Component with jsx <></> only, <module>.<export> not be imported. #1

morlay opened this issue Dec 31, 2018 · 0 comments · May be fixed by #2

Comments

@morlay
Copy link

morlay commented Dec 31, 2018

emotion-js/emotion#1147

import * as React from 'react'

export const Demo = (props) => {
    return (
        <>
        </>
    )
}

will be
image

@morlay morlay linked a pull request Dec 31, 2018 that will close this issue
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 a pull request may close this issue.

1 participant