Marco Wettstein
Marco Wettstein
> Hello, > > I just set up the react-page editor again today in version 5.4.4. Am using React 18 in the app (and Vite as builder). > > Currently...
hey @hmbrg thanks for the info. will have a look if we can fix this
@SimenB I also noticed when you use jest in your project, you don't fullfil the requirement of yarn2 to have [email protected]+: https://next.yarnpkg.com/advanced/migration#make-sure-you-use-resolve19 jest uses jest-resolve which uses browser-resolve which itself...
> You should be able to use `resolutions` to work around it. > And yeah, we'll probably ditch the browser resolve cool, i also just saw that you are already...
i strongly recommend the usage of a good ORM if you do this.
still happens with unchained 1.x. now it even happens if the product exists in the underlying database. ``` Error: Cannot return null for non-nullable field ProductReview.product.', ``` i checked using...
still broken on my project. Unchained should switch to nullable fields if it can't guarantee that there is always a product there
@ldn0x7dc would love to get that merged!
also works if i set aspectRatio to 1, unfortunalty this is missing in the typescript types
> @macrozone , I am also facing this issue once in a while and it forces to stop the docker container too. Did you find the solution to this? not...