score:1

Accepted answer

in render return you're passing the jsx in the object while it needs to be jsx in parenthesis

render(){
    return (
        <reactautocomplete />
    )
}

Related Query

More Query from same tag