Kevin McAloon
Kevin McAloon
Same with [Reach UI](https://reach.tech/). Running into errors when trying to switch to using preact/compat.
This would be _incredibly_ useful, especially when troubleshooting functions/webhooks locally.
Yes, tried both. What is also weird is I have another local gatsby site using the same functionality and it is still working. It's on v0.1.5 and I also tried...
Ah actually turns out 0.1.5 and below actually do work with this site. So the problem actually is with 0.1.7. Is there any way I can help debug?
Sorry, I forgot to mention that I've tried both with and without 'use cllient' at the top and I get the same error. I'm pretty sure it shouldn't matter though...
Reopening because I'm using vite to bundle a library and when integrating with a next.js app I'm still seeing the self is not defined error when it tries to make...
Having this issue too with React/Vite/Tailwind within a Chrome Extension content script. I seemed to have found a better workaround than above. Basically at the root of my app I...
@mickomagallanes were you running into issues with the sandbox or live environment? So far things are working for me live, and I see others were having trouble in the sandbox...
I also noticed that it was returning 500 errors when the problem was with some of my parameters (ie when I would have a typo in my symbol)
Looks like there is a related thread here https://github.com/ccxt/ccxt/issues/8533. This looks to be only related to testing in the sandbox, everything is working live.