React and Vide
I have both react and vide in my project because I am using jabby and react for my own UI. It is forwarding the global to vide which is really weird and how would I change it so it only points to react globals

4 Replies
my tsconfig is saying React.createElement
you cant, you would need to edit the package to remove the
declare global
part
then you can use patch-package
is patch-package a package?