-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Declaration File #54
Comments
Is there a way for me to check the project ? I use the lib in many projects that I have initialized with CRA, and I have no issue with the types. Can you share your tsconfig file ? Thanks |
Yep I've made a mini playground for myself just seeing how it can handle different sized datasets etc.
You can see the configs in the repo I've linked but for time saving:
tsconfig.node.json
vite.config.ts
Could be a interaction with Vite. Thanks |
The issue comes from TS 5.0 and its new moduleResolution :
|
In my own package.json?
Even directly setting seems to not work. |
nop, in the package.json of react-sigma. |
I just did a new release with the modification. Thanks |
Manually making the change seemed to fix the issue, so ported over that test build to the main project I was testing it for and install the new Though now the project won't build due to (Side note test project is working perfectly):
|
Seems to fix this I had to npm install |
it seems that you have to install all the peer dependencies to avoid that. |
Example bug report
@react-sigma/core 3.4.0
**Sigma.js version:**2.4.0
Graphology version: 0.25.1
Operating System: Windows 11/WSL2
Web browser: Chrome
Steps to reproduce
Just ran normal installation steps. Just have no typing's. Unsure if this intended.
The text was updated successfully, but these errors were encountered: