Pat Farnach
Pat Farnach
I've never used CRA before, just "manually" configured webpack, so I should be able to handle that stuff. I'm not going to have any time until later this week or...
You can sidestep the error by coercing the type (`ref as React.RefObject`) but it's not fixed AFAIK.
Nice solution @hyperh! @johnandblue, the last four lines refer to the original "connect to facebook" button you display in your UI to kick off the auth flow. Mine looks the...
I'm also seeing this issue. My server returns a 400 response that looks like: ``` { "errors":[ {"message":"Invalid email or password."} ], "data":{"logIn":null} } ``` The `onError` middleware correctly passes...
I just posted last month and it's still a problem. I don't think this issue should be closed.
Unfortunately 95% of the Github issue emails I get are from people like me running into issues with this library. You may consider using a different tool like [urql](https://github.com/FormidableLabs/urql) or...