Jason Gunawan Limantoro

Results 13 comments of Jason Gunawan Limantoro

Can you alias one of the named imports instead? ```jsx import React from 'react'' import { Link as ScrollLink } from 'react-scroll'; import { Link } from 'react-router-dom'; const Component...

Any updates on this? I tried to use a geolocation API for form auto-filling, but I cannot test it with Cypress because of the geolocation permission popup.

For now, I finally decided to use the stubbed method as per @nico2che 's answer. ```javascript cy.fixture('location.json').as('fakeLocation'); cy.get('@fakeLocation').then(fakeLocation => { cy .visit('some-url', { onBeforeLoad (win) { cy .stub(win.navigator.geolocation, 'getCurrentPosition') .callsFake((cb)...

Any idea when this will be supported? Having a hard time intercepting requests made by `graphql-request` using [Cypress](https://docs.cypress.io/guides/testing-strategies/working-with-graphql#Alias-multiple-queries-or-mutations)

Any news on this? I have similar issues whereby `^C` doesn't terminate the dynamodb-local process, although is said otherwise in the documentation. It only stops the `serverless offline` process. However,...

![image](https://user-images.githubusercontent.com/31163334/118479972-3c2a5b00-b744-11eb-99ce-5009f8bf6f10.png)

Any timeline we can look forward to?

Thanks for the prompt reply @omeraplak. Great! Really excited for this! 🎉

also experienced this issue. - `redirect={false}` on a `` component (rendered by ``) - `useQuery` returns the error Error happens here on line 134 ![image](https://user-images.githubusercontent.com/31163334/142332475-559952ea-b239-445f-9d71-7fc601e9047c.png) I believe the variable `_a`...