chenglou changed the topic of #reasonml to: facebook.github.io/reason/. Public channel logs at irclog.whitequark.org/reasonml. Discord: discord.gg/reasonml
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #reasonml
Mikk36 has quit [Ping timeout: 268 seconds]
Mikk36 has joined #reasonml
andreas__ has quit [Quit: Connection closed for inactivity]
nomicflux has joined #reasonml
nomicflux has quit [Quit: nomicflux]
xkapastel has quit [Quit: Connection closed for inactivity]
andreas__ has joined #reasonml
<magopian>
hi, I'm having an issue this morning with "npm start", it was working fine yesterday, but I rebooted to have the latest osx version (0.13.1 instead of 0.13.0 I believe), and now i'm having https://dpaste.de/hP94
<magopian>
however, it seems the key isn't really used: it's passed as a "prop" to the TodoItem component, but then this component doesn't actually do anything with it (like adding a "key" attribute to the div ?)
<magopian>
isn't it useful? Is it only in the virtual dom that it's used maybe, and so it doesn't need to end up in the DOM ?
nomicflux has joined #reasonml
nomicflux has quit [Quit: nomicflux]
nomicflux has joined #reasonml
nomicflux has quit [Quit: nomicflux]
andreas__ has quit [Quit: Connection closed for inactivity]
_whitelogger has joined #reasonml
rostero has joined #reasonml
andreas__ has joined #reasonml
xkapastel has joined #reasonml
rostero has quit [Quit: Connection closed for inactivity]
<chenglou>
@magopian ah, so that part requires a bit of prior ReactJS knowledge. `key` and `ref` are special "props" in ReactJS