Open muthupriyashanmugam opened 1 month ago
@muthupriyashanmugam thanks for raising an issue and providing a reproducible example. Our team currently has a lot of competing priorities and we can't say when we are able to take a look at this. We would appreciate any support in form of investigation on the root cause or actual fixes. We are happy to answer any technical questions as they arise.
Prerequisites
Stencil Version
4.18.3
Current Behavior
The assetDirs works well in stencil component where as try to check those component in react output, it does not work well.
The below code which i am using to copy the assetDir to the react folder. But the getAssetPath function does not work.
Expected Behavior
The getAssetpath function should work in react component to retrieve the asset path directory.
System Info
Steps to Reproduce
Copy the asset folder to the react folder and assessing the getAssetPath function in react component.
Code Reproduction URL
https://github.com/muthupriyashanmugam/stencil-issue
Additional Information
No response