Stephen

Results 8 issues of Stephen

Closes #2212 ## ✅ Pull Request Checklist: - [x] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated unit tests and storybook for this change (for new...

**Describe the request** The [coding standards wiki](https://github.com/magento/pwa-studio/wiki/Project-coding-standards-and-conventions) was supposed to be a living document but hasn't been updated in some time, likely around when we started adding [graphql](https://github.com/magento/pwa-studio/wiki/Project-coding-standards-and-conventions#passing-graphql-operations-to-a-talon). But as...

documentation
Progress: ready for grooming

**Describe the bug** In the event that a different price filter is applied after a price filter is already applied, the query will only be for the first price filter,...

bug
Progress: PR approved
triage-done
Issue: Confirm

**Intended outcome:** Type Policies for local state fields added through `addTypePolicies` at render/mount of component should allow for querying of those fields from that point on. **Actual outcome:** Type Policies...

📕 cache

When we try to use a [template placeholder](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals) in a graphql-tag template we get graphql validation errors: ``` 6:56 error Syntax Error: Unexpected $ graphql/capitalized-type-name 6:56 error Syntax Error: Unexpected...

**Is your feature request related to a problem? Please describe.** In #2969 we copied a bunch of logic from credit card to a separate component, BillingAddress. To reduce the scope...

enhancement
Progress: ready for grooming

**Is your feature request related to a problem? Please describe.** The region input field is currently always required although some countries do not use them or require them. https://github.com/magento/pwa-studio/pull/2659#issuecomment-682238724 If...

enhancement
Progress: ready for grooming

I discovered what I think is a pretty bad bug. If you rename a snippet, you are unable to ever delete the original. It is possible I missed something, but...