Michael Bromley

Results 750 comments of Michael Bromley

Hi, can you please share a reproduction repo and then we can look into this.

@louiskenyon98 Just cloned your repo, and I'm not clear on what specific issue you are running into. Can you please share the specifics: - expected result - actual result any...

I'm looking into this now. It seems again like an issue related to a dependency that must have changed. - #3929

I managed to implement support for `defaultValue`, but there is still a bug whereby after the first keypress in the editor, the component seems to un-mount and re-mount again, resetting...

Some tips from my day of struggle yesterday: 1. If you are using Lerna to publish, OIDC is only supported from v9. Check your version 2. Even on v9, I...

In v3.5.2 the error will be fixed, so that the page will at least load. The next patch should then introduce the ability to actual view/edit the custom field values.

Thanks for the report. I'm looking into this, and it appears it may well be a bug inside TypeORM. I have defined the "poster" custom field and when I attempt...

Given the following custom field config: ```ts customFields: { Asset: [ { type: 'relation', entity: Asset, name: 'self', nullable: true, }, ], }, ``` here's a minimal query to the...

Related: - https://github.com/vendure-ecommerce/vendure/issues/3318