Reactime icon indicating copy to clipboard operation
Reactime copied to clipboard

Fix infinite recursion in convertDataToString()

Open aspiers opened this issue 4 years ago • 0 comments

As per #250, several users have encountered the following error:

Uncaught RangeError: Maximum call stack size exceeded in backend.bundle.js

So add a recursion threshold to convertDataToString() to avoid this issue.

Fixes #250.

aspiers avatar Dec 11 '21 19:12 aspiers