Editor Linting + Tooltips inconsistent with Scope

I am working on using ejs to template out my email. Even thought the package installed correctly and works, the editor is complaining that it is not defined.


If you move your cursor just a bit to the right over the render function, it is clearly in scope, since it is loading the docblock for the method.
image

Hi @khill-fbmc, thank you for your feedback! :slightly_smiling_face:

From reading this, it sounds like your code is running with no issues. Please let us know if it's not.

I added your feedback to an existing bug report about linting errors on Workflows. We've seen a couple reports of Node libraries working fine, but the IDE shows the reference to the library as undefined.

We'll update you here when this bug is fixed.

1 Like

This issue is fixed on Cloud! Please let us know if you are still seeing linter issues with installed libraries.

Here is a screenshot from a WF that used to show undefined for 'loadash'.

1 Like