Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect message for PropertyInfoExtractor #580

Closed
ptmkenny opened this issue Mar 23, 2024 · 3 comments
Closed

Incorrect message for PropertyInfoExtractor #580

ptmkenny opened this issue Mar 23, 2024 · 3 comments

Comments

@ptmkenny
Copy link

Version(s) affected

4.8.x

Description

When trying to get this working on Drupal 10, I get the following error:

    "data": "The class \"Symfony\\Component\\PropertyInfo\\PropertyInfoExtractor\" is required. Please install the package \"symfony/serializer\" to use this feature."

However, this makes no sense because Drupal includes Symfony Serializer.

How to reproduce

See above.

Possible Solution

According to https://symfony.com/doc/current/components/property_info.html, the correct package for PropertyInfoExtractor is symfony/property-info.

Additional Context

No response

@Spomky
Copy link
Contributor

Spomky commented Mar 23, 2024

Hello @ptmkenny,

Yes indeed. This was fixed by #576. The fix is available in 4.8.3.

@ptmkenny
Copy link
Author

Whoops, sorry for the duplicate report I guess I started work just a couple hours too early before the release.

Copy link
Contributor

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants