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:
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:
I've uploaded to this repo
Hopefully it's not some bonehead error on my part :=)
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: 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: I've uploaded to this repoHopefully it's not some bonehead error on my part :=)