zpi12lmm
zpi12lmm
This problem has not been solved for quite a long time. I solved it in a hacky way, so if you are looking for a "here and now" solution, this...
I recommend trying this solution: https://github.com/dunglas/symfony-docker/issues/497#issuecomment-1783193487
Webpack and Bootstrap (Tailwind looks terrible and AssertMapper will be the reason not to upgrade to version 5.0.0)
> what is your main argument against assertmapper? in most cases we have complex build systems for different types of client code that need to be controlled at every level,...
This problem can be solved by replacing [this line](https://github.com/api-platform/api-platform/blob/main/pwa/Dockerfile#L36) with the following: ```Dockerfile COPY --link package.json pnpm-lock.yaml ./ ```
It seems like something similar can be done like this: ```php $entityInstance = $this->getContext()->getEntity()->getInstance(); if ($entityInstance->hasRequiredProperty()) { yield TextField::new('property'); } ```
@asmadallaji yes, of course (I can only edit text in this issue, I can't assign)