Closed constantine-prokopenko-vrp closed 9 months ago
@constantine-prokopenko-vrp Thanks for filing. What is the exact error message you're getting? Is it ... is not a known adapter
?
Good day @nolanlawson. It was failing in the code below.
const adapterVariable = scope.references.find(
(r) => r.identifier === adapterNode,
).resolved;
It was failing with the following error message. Cannot read property 'resolved' of null.
Today I removed and reinstalled all the npm modules and now it works fine.
I faced a strange issue where
@wire
to a property causing the@lwc/lwc/no-unknown-wire-adapters
rule to fail.Below you can find the trace.
Project packages are listed below.
ESLint configuration you can find below.