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
I was able to successfully integrate logdown to the app and it works brilliantly. Thanks to the index.d.ts.
However, now all of my tests are failing and saying:
ERROR in src/classes/LoggerManager.ts (2,8): Module '"node_modules/logdown/index"' has no default export.
I spent some time trying to modify the index.d.ts to see if things could work, but whatever I did result in some other error.
Any idea what may be wrong?
The text was updated successfully, but these errors were encountered:
I was able to successfully integrate logdown to the app and it works brilliantly. Thanks to the
index.d.ts
.However, now all of my tests are failing and saying:
I spent some time trying to modify the index.d.ts to see if things could work, but whatever I did result in some other error.
Any idea what may be wrong?
The text was updated successfully, but these errors were encountered: