Skip to content

Add examples for testing - #8

Open
A-312 wants to merge 1 commit into
ccampbell:masterfrom
A-312:patch-3
Open

Add examples for testing#8
A-312 wants to merge 1 commit into
ccampbell:masterfrom
A-312:patch-3

Conversation

@A-312

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

Copy link
Copy Markdown

We should add examples for testing

@A-312

A-312 commented May 12, 2020

Copy link
Copy Markdown
Author

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