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 reference to process here seems to result in issues in browsers since it isn't available there. I think this can be resolved with a rollup plugin but this wouldn't help in Svelte's repl. Perhaps it's better to test if typeof process === 'undefined' instead?
Also, we should standardize our logging/warning logic here. I would argue we would want to warn during dev and not in production but this seems only include 'test'?
The reference to
process
here seems to result in issues in browsers since it isn't available there. I think this can be resolved with a rollup plugin but this wouldn't help in Svelte's repl. Perhaps it's better to test iftypeof process === 'undefined'
instead?florence-datacontainer/src/helpers/logging.js
Line 2 in 2db2341
Also, we should standardize our logging/warning logic here. I would argue we would want to warn during dev and not in production but this seems only include 'test'?
florence-datacontainer/src/helpers/logging.js
Line 4 in 2db2341
The text was updated successfully, but these errors were encountered: