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


Solution:Jump to 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
install
s...5 Replies
forcing return type does not work

clear the content of vide definition file as a temperory fix
patch package
Thanks!
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
install
s