survivejs / react-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/react/introduction/
2.02k stars 366 forks source link

[I.6.4 - Connecting Editable with Notes] "Unknown props" error #438

Closed JESii closed 7 years ago

JESii commented 7 years ago

OK; I've gone over sections 6.2, 6.3, and 6.4 mutliple times and I cannot find what I'm doing wrong. After completing section 6.4, I get the following error: image If I modify this line in Note.jsx, <div {...props}> to remove the {...props}and leave it as a naked div, then the error goes away but nothing is displayed except this: image I've uploaded to this repo

Hopefully it's not some bonehead error on my part :=)

JESii commented 7 years ago

Really weird...

I rebooted my machine because of some other strangeness and now it works. Go figure!