Wendell Misiedjan
Wendell Misiedjan
Since Next.js Edge Runtime is sort of of a hybrid model, you can choose per page / endpoint which runtime you want to use, I'm not sure how their compiler...
@Andarist I just tested the latest version on the Next.js Ege Runtime. As we're discussing in https://github.com/vercel/next.js/issues/39229, the browser bundle is still being loaded. If I manually replace the browser...
@Andarist I actually just made this work with a little custom webpack configuration for `conditionNames` on the package.json exports. Initially, I had some style hydration issue because of the custom...
I added a similar ticket, this time to fix how @emotion/cache works with the Next.js Edge Runtime, @Andarist I would love to have a little chat to see how I...
@JamieS1211's solution to this is perfect, would be awesome to see this in de SDK itself!
I'm following this, would love to have multiple returns too. I also noticed that you get a different text format now when you ask for example: what is the best...
Hi @shavidzet, thanks for reaching out! I haven't this application in a while, if I find some time next week I'll try to get it running again. The way it...
@tankerkiller125 Hi! I've read this discussion and tried to implement this fix (it should be already on the development branch). I switched last week from Windows 10 to Ubuntu 18.06...
@tankerkiller125 can you share your experience with us on Linux? What are you intending to do with the project? :)
For some reason locally here for me I don't have any problems at all since upgrading, @cromefire what are you using exactly?