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

using "react-render-html" module to create element children property #63

Closed

Commits on Jul 31, 2016

  1. Configuration menu
    Copy the full SHA
    923a69b View commit details
    Browse the repository at this point in the history
  2. using react-render-html to render element children

    when creating react element the getChildren method result to the error "If you meant to render a collection of children, use an array instead or wrap the object using createFragment(object) from the React add-ons."  i could solve this issue using the "react-render-html" module witch create react elements from html string.
    digital-flowers committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    5e65078 View commit details
    Browse the repository at this point in the history