function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mark Maslow 4Mark Maslow 4 

Connect Components with Events unable to check challenge

I'm trying to complete the Connect Components with Events trailhead and am getting this message when checking the challenge:

Challenge Not yet complete... here's what's wrong: 
The campingList component doesn't have a Name field using an inputText UI component.

Everything actually seems to work just fine, but I can't manage to get past the challenge. The error message makes no sense, since I thought the point of the exercise is to move the UI component out of the campingList component and into the campingListForm component - yet the error is pointing to the campingList component.

I see a previous post on exactly this issue, but none of the ideas offered made any difference.

Anyone have any ideas as to what's causing this error?
Mark Maslow 4Mark Maslow 4
OK. My mistake apparently was that I had named the attribute of the campingListForm component "item" instead of "newItem".

Not exactly a helpful error message.