Daniel Ruf
Daniel Ruf
Can you rebase your branch? It looks like it contains more than needed (see the commits).
Bump, this would be very useful.
``` Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17....
> Not sure if yarn does cache something based on the version I did the following test: - add `"version": "0.0.0"` to `vendor/sulu/headless-bundle/Resources/js-website/package.json` - run `yarn` in `assets/headless` - ckeck...
But best is probably proper versioning like in the other packages for the admin area.
I'm not sure if it is the right solution to add `0.0.0` in general since this will probably not pick up newer changes then. So what is really needed is...
> If you want to have a look at it it would be interesting what `dump($blockPropertyType->getSettings());` returns you in the preview and what it returns on the website? In which...
Hm, I'm a bit confused. > returns you in the preview **and** what it returns on the website Is the same line called in both views?
frontend:  preview:  Tested with `var_dump` since `dump` did not work for both, only for preview.
> Would be itneresting where the stdClass comes from as that should also be the case then in the preview. Definitely interesting, yes. > But I think maybe its already...