You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently added async-retry to the project I'm working on because I was getting a lot of ChunkLoadError Loading chunk 6 failed in Sentry. This is how I currently use it:
According to Sentry the problem is on line 35 of this function. I get 3 different error messages:
TypeError error e is not a function
TypeError error Function expected
TypeError e is not a function. (In 'e(c,t)', 'e' is an instance of Promise)
Am I doing something wrong or is it a bug?
I would be happy to help either way.
The text was updated successfully, but these errors were encountered:
mathieux51
changed the title
TypeError error e is not a function and TypeError error Function expected
TypeError error e is not a function and TypeError error Function expected
Nov 13, 2019
Hi @rauchg and @leo,
I recently added
async-retry
to the project I'm working on because I was getting a lot ofChunkLoadError Loading chunk 6 failed
in Sentry. This is how I currently use it:I'm now getting a new error on Sentry from
async-retry
package. I'm not sure to understand it:According to Sentry the problem is on line 35 of this function. I get 3 different error messages:
TypeError error e is not a function
TypeError error Function expected
TypeError e is not a function. (In 'e(c,t)', 'e' is an instance of Promise)
Am I doing something wrong or is it a bug?
I would be happy to help either way.
The text was updated successfully, but these errors were encountered: