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

Dont render props passed to the LoadingComponent #63

Merged
merged 1 commit into from
Aug 5, 2016

Conversation

mjrussell
Copy link
Owner

Resolves #58

Fixes a nasty bug where the default LoadingComponent would render any subroutes as children due to the props being past through.

This also has a (minor) breaking change in that the default LoadingComponent is now <div/> instead of a <span/> to prevent it from blowing up in React Native without overriding the component.

@coveralls
Copy link

coveralls commented Aug 5, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 1182e12 on default-authenticating-component into 1dae879 on master.

@mjrussell mjrussell merged commit 2cabd03 into master Aug 5, 2016
@mjrussell mjrussell deleted the default-authenticating-component branch August 5, 2016 01:27
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