Murtaza Nathani
Murtaza Nathani
```css grid-template-rows: 50px 1fr 1fr 1fr 100%; ``` This solution worked for us.. however, it stopped me for moving forward, since the button was disabled.. So to enable it, open...
browser: `[Chrome 100.0.4896]` os: `[Windows 10]` Error: **FirebaseError** `Firebase: Error thrown when writing to storage. Original error: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.. (app/storage-set).` Got...
> @cyanerd and @m-nathani - what is the version of the firebase libraries you are using? Current Firebase version we using: `"firebase": "^9.6.8",`.
hey guys, i am having the same issue.. the above solutions arent working for me for settings locale in moment-timezone.. ```javascript import moment from 'moment-timezone'; export const setMomentLocale = (locale)...
hi @webnah , you have to write your custom logic/implementations in the project resolver [here](https://github.com/m-nathani/graphql-elasticsearch/blob/47d53c096372010b12e064259f30d094a93a51d6/src/resolver/project.ts#L29) .
Loosk like dom keys are not loading from `aria-query` or needs some type checking on this line [const domElements = [...dom.keys()];](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/src/rules/aria-activedescendant-has-tabindex.js#L21 )
The solution we came for this was after checking the `package-lock.js` file with same branch was adding the missing package `aria-query` to it. Somehow on running `npm i` it was...
Hey.. not really sure but shouldn't the `assets` folder be on root of the `src` directory ?
i completely agree, it is making api call twice for geocoding, whereas place api does the geocoding implicitly now ..
ill try to create a fix and send PR if its works..