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
Sergey Makarov (SM)Sergey Makarov (SM) 

Superbadge Lightning Web Components Specialist - Challenge 4

Getting this error:
Challenge Not yet complete... here's what's wrong:
We can’t find the required imports in the component boatSearchForm controller. Check that the component was created according to the requirements, including the imports from Lightning Web Components.


Here is my imports:
import { LightningElement, wire } from 'lwc';
import getBoatTypes from '@salesforce/apex/BoatDataService.getBoatTypes';
component works fine on my test page, not sure what am I missing


 
Sergey Makarov (SM)Sergey Makarov (SM)
apparently I needed to import track as well to use with searchOptions
// Needs explicit track due to nested data
    @track searchOptions;

 
AbhishekAbhishek (Salesforce Developers) 
Hi,

For all the Trailhead issues please report it here,

https://trailhead.salesforce.com/help?support=home#

https://trailhead.salesforce.com/help

So that our trailhead support engineers will look into it and get back to you.

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Regards,
​​​​​​​Salesforce Support.