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
SyntaxError: Failed to execute 'measure' on 'Performance': The mark 'end-51705099-choo.emit('log:debug')' does not exist.
at None (/Applications/ScienceFair.app/Contents/Resources/app.asar/client/index.html)
This is an error related to choov6, and we can avoid it by restoring choo-log and settting localStorage.logLevel = 'error'.
The text was updated successfully, but these errors were encountered:
This error is still being thrown, but after discussion with @yoshuawuyts it's clear that it is not causing any harm. So, we'll release with the error still being thrown, and try to get it tidied up in the next release. I'll also ignore it on sentry.
https://sentry.io/codeforscience/sciencefair/issues/302922970/
This is an error related to
choo
v6
, and we can avoid it by restoringchoo-log
and setttinglocalStorage.logLevel = 'error'
.The text was updated successfully, but these errors were encountered: