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

Remove named component exports #13

Closed
atticoos opened this issue May 17, 2017 · 1 comment
Closed

Remove named component exports #13

atticoos opened this issue May 17, 2017 · 1 comment

Comments

@atticoos
Copy link
Contributor

atticoos commented May 17, 2017

馃憞 the following is not supported in glamorous

import {Div, Span} from 'glamorous'
import glamorous from 'glamorous'

const {Div, Span} = glamorous

鈽濓笍 is the proper approach

Mistakenly set this up to do named exports; these should be removed for parity, especially to avoid breaking changes if, in the future, these projects converge in some way.

@atticoos
Copy link
Contributor Author

Addressed in 316c35d

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant