• Resolved Alex Zappa

    (@reatlat)


    Good day @jkohlbach,

    I hope you well,
    I just found another bug, which gives me alert to console log,

    Cannot read property ‘replace’ of undefined
    at Object.success (ta.js?ver=3.3.7:191)

    So problem comes in loop

    for ( x in response.data ) {
       (...)
    }

    last element return function()

    to solve this problem we can add fallback after loop start
    if ( typeof response.data[ x ] != 'object' ) return;

    this line of code solve 100% problem 🙂

    check screenshot console log error

    • This topic was modified 7 years, 9 months ago by Alex Zappa.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @reatlat,

    Thanks for contacting us!

    We appreciate your time and effort to share this bug report with us.

    I’ve already raised this to our developers and we will investigate about the reported issue. Although, we can’t give an exact ETA for the fix at the moment. But rest assured that we’ll keep you in the loop for updates regarding this.

    Your patience is greatly appreciated!

    Thread Starter Alex Zappa

    (@reatlat)

    Hi @supportray
    NP I fix it for my side 🙂
    Have a good day
    Alex

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error: Cannot read property ‘replace’ of undefined…’ is closed to new replies.