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

Fix bug in error messages printing #38

Merged
merged 4 commits into from
Sep 27, 2015

Conversation

josiasds
Copy link
Member

This should fix #36.

@justin808 Can you review it?

end
server_rendered_react_component_html
Copy link
Member

Choose a reason for hiding this comment

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

👍

@josiasds
Copy link
Member Author

@justin808 Done!

@justin808
Copy link
Member

I changed the strategy so that the place we put in the location of the messages is inside of the place where we polyfill on the server.

2015-09-26_20-25-03

justin808 added a commit that referenced this pull request Sep 27, 2015
* All server messages prefixed with [SERVER]
* No prefixes on client messages or error handling
* No warnings from React for server rendering console
  messages (previously got the warning for invalid whitespace for server
  rendering).
* All server messages prefixed with [SERVER]
* No prefixes on client messages or error handling
* No warnings from React for server rendering console
  messages (previously got the warning for invalid whitespace for server
  rendering).
@justin808 justin808 force-pushed the josias-bugfix-render-error-messages branch from 7bdf506 to dc0f921 Compare September 27, 2015 06:47
justin808 added a commit that referenced this pull request Sep 27, 2015
@justin808 justin808 merged commit 508bdbc into master Sep 27, 2015
@justin808 justin808 deleted the josias-bugfix-render-error-messages branch September 27, 2015 06:47
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.

In the error message handling, we print SERVER_SIDE instead of CLIENT_SIDE
2 participants