-
Notifications
You must be signed in to change notification settings - Fork 15
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
Conversation
@@ -42,11 +42,15 @@ class App extends Component { | |||
endTime: Date.now(), | |||
}} | |||
render={({ error, props }) => { | |||
console.log(props); |
There was a problem hiding this comment.
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
There was a problem hiding this 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>; |
There was a problem hiding this comment.
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
Applied change to the Shapes proptype, thanks for catching that! Closing due to inactivity and some refactoring having taken place. |
#58