This PR is referencing #437 and fixes the Cannot read property 'bounds' of undefined' error (see @mikehohs comment in this issue). The solution was originally proposed by @jlmakes but the issue got closed after there was no response (I guess).
The error occurres when jumping back and forth between pages very quickly in a Vuejs SPA.
This PR is referencing #437 and fixes the
Cannot read property 'bounds' of undefined'
error (see @mikehohs comment in this issue). The solution was originally proposed by @jlmakes but the issue got closed after there was no response (I guess).The error occurres when jumping back and forth between pages very quickly in a Vuejs SPA.