You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using object notation in serialized path results in a Cannot read property ...:
Cannot read property "grid" from an array. Maybe you intended to write the property path as "[grid]" instead.
How to reproduce
Clone the repository, then install all dependencies and run the command app:denormalize
git clone https://github.com/maMykola/symfony-denormalizer-serialized-path
cd symfony-denormalizer-serialized-path
composer install
bin/console app:denormalize
Actual result
[critical] Error thrown while running command"app:denormalize". Message: "Cannot read property "grid" from an array. Maybe you intended to write the property path as "[grid]" instead."
In PropertyAccessor.php line 397:
Cannot read property "grid" from an array. Maybe you intended to write the property path as "[grid]" instead.
app:denormalize
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected
6.4.12
Description
Using object notation in serialized path results in a
Cannot read property ...
:How to reproduce
Clone the repository, then install all dependencies and run the command
app:denormalize
git clone https://github.com/maMykola/symfony-denormalizer-serialized-path cd symfony-denormalizer-serialized-path composer install bin/console app:denormalize
Actual result
Expected result
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: