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
The build issues warnings that it can't process SVGs from the Eco Pass Kit. The image does however appear to render correctly. The same issue occurs for other kits, so a fix could be rolled out elsewhere too.
[WARNING] The image at "/mnt/c/Users/usr/IdeaProjects/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.03/kits/Eco_Pass_KIT/resources/adoption-view/adoption-view-ValueChainBenefits.svg" can't be read correctly. Please ensure it's a valid image.
unsupported file type: undefined (file: /mnt/c/Users/usr/IdeaProjects/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.03/kits/Eco_Pass_KIT/resources/adoption-view/adoption-view-ValueChainBenefits.svg)
[WARNING] The image at "/mnt/c/Users/usr/IdeaProjects/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.03/kits/Eco_Pass_KIT/resources/development-view/dataRetrievalFlow.svg" can't be read correctly. Please ensure it's a valid image.
unsupported file type: undefined (file: /mnt/c/Users/usr/IdeaProjects/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.03/kits/Eco_Pass_KIT/resources/development-view/dataRetrievalFlow.svg)
Expected Behavior
No build warning.
Steps To Reproduce
clone
npm install
npm start
behold logs
The text was updated successfully, but these errors were encountered:
Current Behavior
The build issues warnings that it can't process SVGs from the Eco Pass Kit. The image does however appear to render correctly. The same issue occurs for other kits, so a fix could be rolled out elsewhere too.
Expected Behavior
No build warning.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: