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

Update src/lib/theme/components.js #392

Merged
merged 1 commit into from
Oct 15, 2018

Conversation

kieckhafer
Copy link
Member

Resolves #389
Impact: major
Type: bugfix

Issue

App is crashing when logging in due to an un-exported component.

Solution

Export the component correctly in the app components context.

Breaking changes

None.

Testing

  • Make sure you can login to the starterkit without the app crashing / throwing the following error
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. 
You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.

@rosshadden
Copy link
Contributor

I blame solar flares.

@rosshadden rosshadden merged commit 608397f into develop Oct 15, 2018
@rosshadden rosshadden deleted the fix-kieckhafer-ProfileImageError branch October 15, 2018 17:25
This was referenced Jan 15, 2019
@spencern spencern mentioned this pull request Jan 25, 2019
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.

App crashes with error when attempting to sign in
2 participants