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
Describe the bug
I'm using the plasmo framework to write a chrome extension, while i want to introduce the tslog to handle my logging issue.
And I found
'''
Uncaught TypeError: (0 , _tslog.Logger) is not a constructor
'''
The text was updated successfully, but these errors were encountered:
I ran into the same problem using plasmo. I ended up having to do something like this to get it to work.. I've not had too much time to dig into why it's needed, but hopefully this helps someone...
Describe the bug
I'm using the plasmo framework to write a chrome extension, while i want to introduce the tslog to handle my logging issue.
And I found
'''
Uncaught TypeError: (0 , _tslog.Logger) is not a constructor
'''
The text was updated successfully, but these errors were encountered: