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

resolved server warnings #95

Closed
wants to merge 5 commits into from
Closed

resolved server warnings #95

wants to merge 5 commits into from

Conversation

mjrerle2
Copy link

#58

@@ -42,11 +42,15 @@ class App extends Component {
endTime: Date.now(),
}}
render={({ error, props }) => {
console.log(props);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please be sure to remove console.log

Copy link
Member

@akgupta89 akgupta89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intentional or was your branch out of date?

}
return <Map trynState={props || null} />;
}}
return <div>Loading...</div>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this overwrote changes I made: #45
E.g. remove loading text and show the map page by default

@EddyIonescu
Copy link
Member

Applied change to the Shapes proptype, thanks for catching that! Closing due to inactivity and some refactoring having taken place.

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.

3 participants