Closed snickell closed 7 years ago
<Entity ref={ myEl=> { console.log("I think this should be a DOM Node: ", myentity)/>
Expected: myEl is a DOM Node Observed: myEl is a react object with no way to access the DOM node
Hm, I think I'm in error here
<Entity ref={ myEl=> { console.log("I think this should be a DOM Node: ", myentity)/>
Expected: myEl is a DOM Node Observed: myEl is a react object with no way to access the DOM node