Jeremy Stover

Results 4 comments of Jeremy Stover

Maybe submit a PR?

I am currently running into a bug with this, where I am dynamically adding google-map-markers to the dom, but the map is not showing the markers. I have tried the...

This is what I am seeing here, if it helps! ``` Error: TypeError: Cannot convert undefined or null to object TypeError: Cannot convert undefined or null to object at Function.entries...

Actions config: ``` - name: Jest coverage report if: always() uses: ArtiomTr/[email protected] with: github-token: ${{ secrets.GITHUB_TOKEN }} coverage-file: ./coverage/coverage-summary.json base-coverage-file: ./coverage/coverage-main.json skip-step: install ```