lilbumblebear

Results 7 comments of lilbumblebear

MyComponent is a functional component

I've just been working on this a bit more and had a couple questions about the rewritten file 1) On line 294 the following code causes an issue if you...

Hi, I am having the same issue. What module should be declaring ProductAttributeMetadata in the graphql schema? From what I saw here it is PWA specific https://devdocs.magento.com/guides/v2.4/graphql/interfaces/attribute-metadata.html I cannot find...

Ok, what fixed this for me was checking my composer.json in my magento (php) code. I had to make sure: "magento/pwa": "^0.1.0" I had it set to ^0.0.1 previously Hope...

It seems like this is caused because the constructor calls this.selectDate, but when the visibility changes it calls this.shortcutSelect, which sets the values correctly. Is there a reason that this.shortcutSelect...

I hacked a fix by wrapping the mobile calendar like below import React from "react"; import {Calendar} from 'antd-mobile'; export default class MobileCalendar extends React.Component { constructor(props) { super(props); this.state...