kraya-uikit
v5.0.0
Published
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Downloads
25
Readme
Current Issue: Everything works but when importing components which use generic in one way or other, it gives the following error -
Type instantiation is excessively deep and possibly infinite. in typescript
To prevent this, one solution is to use any instead of the generic but the downside is we loose the type security (primary reason for using TypeScript).
One of the proposed solution is to create a GitHub repo for ui kit components and the just import the files using a script or something like that.
