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
Been using/testing this library with the vite build tool, an when trying to build, some typescript errors pop up
Thought that the tsconfig file I am using (which is the one that the yarn create vite command throws) is to tight but the typescript errors that appear are the ones that were addressed in the last commit 1742910
So I dare to believe/ask if it might be the case that that commit didn't make it into the npm published packaged?
When I look into the package files installed using yarn I don't see the //@ts-ignore added in the mentioned commit
Or what is it that I am missing?
Thanks in advance for any payed attention
The text was updated successfully, but these errors were encountered:
Hi @folz , thanks for porting hydra to typescript
Been using/testing this library with the vite build tool, an when trying to build, some typescript errors pop up
Thought that the tsconfig file I am using (which is the one that the
yarn create vite
command throws) is to tight but the typescript errors that appear are the ones that were addressed in the last commit 1742910So I dare to believe/ask if it might be the case that that commit didn't make it into the npm published packaged?
When I look into the package files installed using yarn I don't see the
//@ts-ignore
added in the mentioned commitOr what is it that I am missing?
Thanks in advance for any payed attention
The text was updated successfully, but these errors were encountered: