Skip to content

Conversation

@A-312
Copy link

@A-312 A-312 commented May 12, 2020

We should add examples for testing

@A-312
Copy link
Author

A-312 commented May 12, 2020

Also, we should add:

// ----------------------------------------
// -------------- CURRENT BUG -------------
// ----------------------------------------

window.fetch('http://google.com/')

// ')

// <div className="sidebar" />

<div className={"sidebar"} className={4} className={5} />


console.log('<div className="sidebar" />')

window.fetch('http://google.com/')

<div className="sidebar" />

document.addEventListener("DOMContentLoaded", function(event) {
  ReactDOM.render(
    <HelloMessage name="Thierry" />,
    document.getElementById('hello-example')
  )
})

// ----------------------------------------
// ------------------ END -----------------
// ----------------------------------------

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.

1 participant