Lodash no longer working

We had a javascript transformer working until recently. It was using lodash via ''. Now, however, we are getting this error: '' is not defined.

Any tips on how to resolve?

Seems it autocorrected underscore to italicizing, and I can't figure out how to edit my post. Should read:

We had a javascript transformer working until recently. It was using lodash via _. Now, however, we are getting this error: '_' is not defined.

Any tips on how to resolve?

Hi @benkraus,

Would you mind providing a full view of your javascript transformer?

My experience of retool's linting showing "is not defined" is that either the function you're trying to apply is somehow not applicable to the specific data you're trying process, or there's something missing on the function.

Additional context would help troubleshoot. Did any of the components change?

Are you getting a linting error? This is a known bug, but should not impact functionality since lodash is supported by Retool.