Romaniuc Dragos
Romaniuc Dragos
What are the steps to reproduce this issue? ------------------------------------------- 1. In github actions 2. sudo sh -c "echo 'deb https://gitsecret.jfrog.io/artifactory/git-secret-deb git-secret main' >> /etc/apt/sources.list" wget -qO - 'https://gitsecret.jfrog.io/artifactory/api/gpg/key/public' | sudo...
The button is showing and working fine if I access the site directly from safari on my Iphone. The problem is that when I open the link through a facebook...
## What are the steps to reproduce this issue? 1. yarn run build 2. Errors: ../../resources/common/src/clients/models/check503Info.ts:14:5 - error TS2411: Property 'status' of type 'string | undefined' is not assignable to...
## What are the steps to reproduce this issue? 1. Generate a react query infinite hook. 2. Use the query: 3. Observe that the return type is wrong as **data.data**...
## What are the steps to reproduce this issue? 1. Generate a query 2. Use the query and try to add extra queryOptions ``` const { data: orderSummary, isLoading: orderIsLoading,...