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
When displaying the Web Profiler panel I get this exception:
Neither the property "name" nor one of the methods "name()", "getname()"/"isname()"/"hasname()" or "__call()" exist and have public access in class "AutoMapper\Metadata\SourcePropertyMetadata".
The mini-toolbar is also crashing with this error:
Key "mapperMetadata" for array with keys "registered, source, target, className, checkAttributes, useConstructor, provider, usedProperties, notUsedProperties, fileCode" does not exist.
From vendor/jolicode/automapper/src/Symfony/Bundle/Resources/views/DataCollector/metadata.html.twig (line 14).
When displaying the Web Profiler panel I get this exception:
If coming from here:
automapper/src/Symfony/Bundle/Resources/views/DataCollector/metadata.html.twig
Lines 123 to 128 in fa61df1
There is "name" on
property.source
andproperty.target
. Replacing "name" by "property" works but I don't know if it's the right fix for this.Target
Source
Code
The text was updated successfully, but these errors were encountered: