scrimba / community

Repository for public issue-tracking and discussions

Home Page:https://scrimba.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Browser shows: Missing cw0

napanza opened this issue · comments

import React from "react"
import ReactDOM from "react-dom"

function TestInsertion() {
    <ul>
        <li>simplify</li>
        <li>money</li>
        <li>fun</li>
    </ul>
}

ReactDOM.render(<TestInsertion />, document.getElementById("root"))

I used this code and the Mini Browser show this error.
What can I do to solve it?

I forgot to put return ( before ul and at the end of /ul