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
Related to #786. ESM is known for working with imports as with immutable objects (so that adjacent js file can not inject %o formatter as simple, as it was in CSM).
Not sure what the issue is here, and I don't know why esm would have anything to do with this.
For some reason, it appears the logger is treating the % in the date string as a formatting delimiter and trying to pull them from subsequent arguments. It's quite strange and certainly not right.
Using
debug
with or withoutesm
produces different formatted output using%o
or%O
:whereas the following correctly renders
The text was updated successfully, but these errors were encountered: