Vadorequest

Results 314 comments of Vadorequest

May be related to https://github.com/facebook/react-native/issues/4968 and not to prejss at all. (TL;DR; npm cache messing things up) Hard to debug, hard to tell. Haven't tried again.

@dforsl it may be due to installing packages with different version of npm/yarn, like for instance I may have had installed part of my package using 8.10 and prejss with...

I don't, but looking at my code I see I use react-app-rewired, which does also something quite similar, see: - https://github.com/timarney/react-app-rewired/blob/master/scripts/test.js - https://github.com/timarney/react-app-rewired/blob/master/bin/index.js

https://github.com/marcantoine/ra-data-graphql-prisma is indeed maintained, I've spoken with the author the past few days.

I've forked this project and started to improve lots of TS types, bugfixes and more. See https://github.com/UnlyEd/ra-data-graphql-prisma

Thanks @hajnalben ! Meanwhile, I've stopped working on this topic after releasing https://github.com/UnlyEd/ra-data-graphql-prisma. Here is the changelog: https://github.com/UnlyEd/ra-data-graphql-prisma/blob/master/CHANGELOG.md Maybe you could reuse some of what I did there to improve...

Doc should be improved to showcase authentication example, it's not that straightforward.

Here's how I did it. ```tsx const httpLink = createHttpLink({ uri: 'https://api-euwest.graphcms.com/v1/xxxxx/master', }); const authLink = setContext((_, { headers }) => { // get the authentication token from local storage...

Also interested for a react app. It seems to exist in the https://www.npmjs.com/package/@sentry/browser package, but it doesn't play nicely with Next.js which is a universal app (browser + node) and...

@aaronklaassen What do you think about that?