Hi 🙂
recently I've tried to use the UniqueValueRenderer with UniqueValueInfo category to display various symbols on the map(using a feature layer).
when I try to use the renderer I get this error:

and in text:
[esri.views.2d.engine.webgl.mesh.templates.WGLTemplateStore]
- a {name: 'mapview-template-store', details: a, message: 'Unable to fetch requested texture resources'}
- details: a {name: 'TypeError', details: {…}, message: "Cannot read properties of undefined (reading 'markerPlacement')"}
- message: "Unable to fetch requested texture resources"
- name: "mapview-template-store"
I didn't manage to find anything usefull in google about this error.
the symbols that I am using are picture-marker(when I tried to use one of them in a simple renderer it worked..so I don't think there is something worng with the images.
thanks!