I keep having this issue that Solid.js says "React is not defined" when the package being used dosent rely on React? I had the issue with Solid-spinner and solid-query.
Uncaught (in promise) ReferenceError: React is not defined
at TailSpin (TailSpin.jsx:4:5)
at dev.js:528:12
at untrack (dev.js:428:12)
at Object.fn (dev.js:524:37)
at runComputation (dev.js:709:22)
at updateComputation (dev.js:692:3)
at devComponent (dev.js:534:3)
at createComponent (dev.js:1265:10)
at get children [as children] (CheckoutModal.jsx:67:2)
at Show.createMemo.name [as fn] (dev.js:1461:27)
I have tried uninstalling the package and installing it again but it didnt help.