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
Errors for preview can be shown in LiveError component. But errors are also thrown to console. Is there any way to prevent this. I'm trying to not show the errors in the console.
The text was updated successfully, but these errors were encountered:
One way, although hacky would be to overwrite / monkey patch the console.log function in the dynamic code you are rendering. This would make sure that any console logs from your dynamic code is not reflecting in your browser's dev-tools.
Errors for preview can be shown in LiveError component. But errors are also thrown to console. Is there any way to prevent this. I'm trying to not show the errors in the console.
The text was updated successfully, but these errors were encountered: