Jeong Seong Dae
Jeong Seong Dae
hello **Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** data type ```js db.collection("posts").doc("QyJJKtQhNA2QeHFVqfCR") = { content: String, author: Reference // 'users/jRjjlMyTBENjvln3pQpGwKgdvAa2'...
Hi i'm upgrade RN 0.57.7 -> 0.58.5 But BackAndroid removed from react-native 0.58.5 error message ``` BackAndroid is deprecated and has been removed from this pacakge. Use BackHandler instead ```...
hi material-ui Select has `input` props so it break with redux-from Field `input` props https://material-ui-1dab0.firebaseapp.com/api/select/ ```js Age None Ten Twenty Thirty ``` ``` SelectInput.js:256 Uncaught Error: Material-UI: the `value` property...
Hi i'm using [`@connection`](https://www.apollographql.com/docs/react/advanced/caching.html#connection-directive) directive but `graphql/template-strings` rule throws an error like the below ``` error Unknown directive "connection" ``` Query ```js const QUERY = gql` query Community($offset: Int, $limit:...