rbxts/Jabby Vide Dependency Causing Errors in React Code

I am in the process of porting over my react code over a different project that uses Jecs with Jabby, the code is fully functional on previous project, but the presence of Jabby with the Vide dependency is causing errors in the new one
No description
No description
Solution:
> Clear the content of index.d.ts in node_modules/@rbxts/vide/src (do NOT delete it, that will cause compile errors) > npx patch-package @rbxts/vide to automatically apply patch on later installs...
Jump to solution
5 Replies
alihsaas
alihsaasOP3mo ago
forcing return type does not work
No description
alihsaas
alihsaasOP3mo ago
clear the content of vide definition file as a temperory fix
wAD
wAD3mo ago
patch package
alihsaas
alihsaasOP3mo ago
Thanks!
Solution
alihsaas
alihsaas3mo ago
> Clear the content of index.d.ts in node_modules/@rbxts/vide/src (do NOT delete it, that will cause compile errors) > npx patch-package @rbxts/vide to automatically apply patch on later installs

Did you find this page helpful?