-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
I think there may be an issue introduced by the recent PR #326. The Typescript declaration in [index.d.ts](https://github.com/graphql/dataloader/blob/main/src/index.d.ts#L126) is `name: string | null`…
-
This is a really great project and I use it every day!
Might be a little bit offtopic but I was wondering if it is possible to compile to graphql types and input types from typebox objects since they…
-
We should re-evaluate the Modal component props. In particular, `size` and `fullWidth` are extremely confusing. We have some feedback on this on https://github.com/lifeomic/chroma-react/pull/116#iss…
-
Having built-in date picker components would be extremely helpful. Probably need to work with design to figure out our use cases and how it should look/work from a UI/UX perspective
-
**Intended outcome:**
Having the same behaviours on chrome and IE11.
**Actual outcome:**
Running my application on chrome, it works perfectly.
However the same application runing on IE11, I get …
-
**Intended outcome:**
Given the following query:
```jsx
const { loading } = useQuery(QUERY, {
fetchPolicy: 'network-only',
onCompleted: (data) => console.log(data),
})
```
The co…
-
Hello,
I am using axios fetch with @urql/vue to fetch data but it causes characters (french, japanese) to be incorrectly displayed.
The following is the code I use.
```
import { boot } from 'qua…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
#### Describe the issue
When performing a request with Axios, is there a referrerPolicy option to set general rules for Referer header?
#### Example Code
For example, Fetch API already [suppo…