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

Export I18n component as default to match the documented instructions. #2

Merged
merged 1 commit into from
Jul 9, 2016

Conversation

evandavis
Copy link
Contributor

@evandavis evandavis commented Jul 8, 2016

The instructions state that you can import the component with import I18n from 'redux-i18n'. However, the component is actually a named export, not the default. This PR replaces the named export with a default so that import I18n works (instead of import {I18n}).

Addresses #1.

@francescarpi francescarpi merged commit 51ffa2e into APSL:master Jul 9, 2016
francescarpi pushed a commit that referenced this pull request Jul 14, 2017
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.

2 participants