Hi,
I’m facing a weird case:
When fetching a third-party file through /v1/files/xxx
I see inside components
the component 2:839
. It’s marked remote: false
and dozens of instances are using it through componentId: "2:839"
.
Unfortunately, the component definition does not exist in the document tree. I have to use the endpoint /v1/files/xxx/nodes?ids=2:839
to see it exists.
What could explain this? Did you see this before?
The file used is a design system from ~2020, I’m wondering if due to different Figma versions, evolutions… maybe the file as a corrupted tree?
EDIT: note that by using /v1/components/$COMPONENT_KEY
, it returns 404 so it’s not a remote component wrongly noted as remote: false
.