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
The function saveAs() comes from the old library https://github.com/eligrey/FileSaver.js (npm install file-saver --save)
that can be updated in the code or replaced with a better one.
The app uses an outdated library to export files.
It may not work in Safari.
The function saveAs() comes from the old library https://github.com/eligrey/FileSaver.js (
npm install file-saver --save
)that can be updated in the code or replaced with a better one.
Here is an example of its use:
The text was updated successfully, but these errors were encountered: