• Sergey Makarov (SM)
  • NEWBIE
  • 5 Points
  • Member since 2016
  • Sr Software Developer

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
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


 
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