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
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
Found a workaround for this bug. Regarding the type error you can add the ts-ignore above the import. The issue is that Path has not been exported from the package. So go to the index.js file in the art package in node modules and manually export the Path by just adding
MODE.Path = require('./core/path');
along with the other exports. I hope this works. It did work for me.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Worth tracking this bug in this repo?
DefinitelyTyped/DefinitelyTyped#24830
resulting in typescript error:
The text was updated successfully, but these errors were encountered: