Stuart Tett
Stuart Tett
Seems strange that there isn't support since this is a Vercel project and Next.js is now using SWC. I personally want to be able to use scss syntax in my...
I think this sounds like the best answer: https://stackoverflow.com/a/57630197/3023696 Use onMouseDown to prevent the onBlur from happening when an internal element is selected. The only caveat is that it prevents...
Sounds like this currently doesn't work for react-native-web. Anyone know a good alternative for now?
@danipralea Did you figure out any workaround?
@rharter Since your pull request is kinda in the same area as the issue I'm experiencing (and I'm not seeing any other activity here) I thought I'd ask if your...
Thanks. I tried it statically and get the same error. It seems to me that `makeDocumentSnapshot` relies on the [Node.js Server SDK for Google Cloud Firestore](https://github.com/googleapis/nodejs-firestore). So it doesn't work...
@TheIronDev I do not. I reported this a couple years ago. But it seems like `snapshot_` is still not an exposed method. So I'm not sure why makeDocumentSnapshot _would_ work...
@TheIronDev Good find. I think when I initially reported it I was working with the `firebase-admin` package, which I'm not even sure has `snapshot_`. I'll have to dig since I...
Anyone ever figure out how to use this? I recognized that app.get might be something express related. But I think most of us don't have a web server instance in...
> I have been using Apollo Server with Next.js from some time and was about to start a new project. I checked out this example and to be honest, this...