Jake Crosby

Results 18 comments of Jake Crosby

I think I've tried every variant above and nothing worked, but this does: ```YML jobs: tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - run: yarn install - name: Run Tests...

I think #218 means that the example given under [**Query Options**](https://github.com/prescottprue/redux-firestore#query-options ) for "`or` style queries" (with 'sally', 'john', 'peter') no longer works. I'm running into trouble trying to load...

Change `storeAs` to `path` and this does what you want. `storeAs: 'properties/${propertyId}'` → `path: 'properties/${propertyId}'` ⚠️**Warning** `path` doesn't seem to appear in the docs so it could disappear or break...

`createPortal` was introduced in React 16. You might be running 15 or lower.

Currently, we have `your-foundation` in the config for the demo

If we want a simple way to embed multiple kinds of widgets we could make a small script that loads other scripts only for widgets used on the page. The...

Alternatively, and more simply, we could have a donate-widget-specific script that is included in the page after the element and initialises on load without needing to be called. ```HTML Donate...

I believe this is because you're providing context via `@emotion/react -> ThemeProvider` but Rebase still gets context from `emotion-theming -> ThemeProvider`. Those are two different contexts :( This will require...

I like @xmo-odoo's idea too! If I can get feedback from the maintainers on this aproach and an indication that the project is still active. If I submit a PR...