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
Currently, our platform-specific export functions (e.g., notion.js, github.js, etc.) lack robust error handling. This can lead to confusion for users and potentially result in incomplete or failed exports without clear feedback. This can be done through: 1) try-catch blocks and 2) handling different types of errors (page not loaded, internet not working, etc)
The text was updated successfully, but these errors were encountered:
Currently, our platform-specific export functions (e.g., notion.js, github.js, etc.) lack robust error handling. This can lead to confusion for users and potentially result in incomplete or failed exports without clear feedback. This can be done through: 1) try-catch blocks and 2) handling different types of errors (page not loaded, internet not working, etc)
The text was updated successfully, but these errors were encountered: