J Bruni

Results 8 issues of J Bruni

Similar to #170... but I have the "schema" I tried here. First, the error message: ``` $ graphql-schema-linter schema.graphql It looks like you may have hit a bug in graphql-schema-linter....

Consider this template: ```html {{ item.name }} bar ``` While `item.url` and `item.name` render as expected... the `item` within the `*if` is always `undefined`. I'm not sure if this is...

bug

When we click at the "API Reference" link at the upper right corner, pointing to https://vue-composition-api-rfc.netlify.com/api/ - it redirects to https://vue-composition-api-rfc.netlify.com/api.html - and as a side-effect, the link does not...

### Expected behavior It should just load the theme's CSS file, as usual. ### Actual behavior BigCommerce server returns an internal server error (HTTP code 500). ![image](https://user-images.githubusercontent.com/69181/147009447-48bac58d-cf7d-4409-8b84-803632bb7b28.png) ### Steps to...

We are getting "Encountered two children with the same key" error at MyAccountOrderItemsTable component: https://github.com/scandipwa/scandipwa/blob/ef1b1f93c5b15909bf04786acb3728d5425be1cb/packages/scandipwa/src/component/MyAccountOrderItemsTable/MyAccountOrderItemsTable.component.tsx#L60 This is because the same product can be twice in the same order, when different...

**Steps to reproduce:** Use code from https://docs.scandipwa.com/tutorials/customizing-your-theme/customizing-javascript/addinga-new-page#backend-adjustments as basis for your own: ```xml ScandiPWA\\Router\\Validator\\AlwaysPass ScandiPWA\\Router\\Validator\\Wishlist ScandiPWA\\Router\\Validator\\AlwaysPass ``` **Actual result** It does not work. It still gives HTTP error 404 (not...

Type: bug
Core
Status: Waiting Estimate

Guys... look at this: https://github.com/magento/magento2/blob/c89312182ef2e747b47348e9cd1f1148ba7af078/app/code/Magento/SalesGraphQl/etc/schema.graphqls#L216 This shouldn't be "non-nullable", because: - Nothing in the admin prevents from submitting a shipment with empty (null) title. It is not a required field....

Issue: needs update
Reported on 2.4.x