Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core-webooks): ignore type errors thrown with lowdb deep methods #4017

Merged
merged 1 commit into from
Sep 10, 2020

Conversation

deanpress
Copy link
Contributor

@deanpress deanpress commented Sep 9, 2020

There's an issue with lowdb where lodash errors are thrown on certain deep method calls if another package or plugin has a @types/lowdb dependency: typicode/lowdb#233

By adding a ts-ignore comment above the methods that cause the type error, core-webhooks can build without issue.

There's an issue with lowdb where lodash errors are thrown on certain deep method calls: typicode/lowdb#233

This issue seems to occur to some nodes *randomly* when re-building core-webhooks.

By adding a ts-ignore comment above the methods that cause the type error, core-webhooks can build without issue.
@ghost
Copy link

ghost commented Sep 9, 2020

Thanks for submitting this pull request! A maintainer will review this in the next few days and explicitly select labels so you know what's going on.

If no reviewer appears after a week, a reminder will be sent out.

@ghost ghost added Complexity: Low labels Sep 9, 2020
@ghost
Copy link

ghost commented Sep 10, 2020

A collaborator has approved this PR. A maintainer will merge this PR shortly. If it shouldn't be merged yet, please leave a comment saying so and we'll wait.

Thank you for your contribution!

@air1one air1one changed the base branch from 2.6 to 2.7 September 10, 2020 15:04
@air1one air1one merged commit 785680c into ArkEcosystem:2.7 Sep 10, 2020
@ghost
Copy link

ghost commented Sep 10, 2020

Your pull request has been merged but was not assigned a bounty tier. A maintainer will assign a bounty tier to this pull request in the next few days.

@ghost
Copy link

ghost commented Oct 5, 2020

Your pull request has been merged and marked as tier 4. It will earn you $20 USD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants