ericclemmons / ericclemmons/click-to-component
To support apps running in docker containers
- Dominant language
- JavaScript
- Stars
- 2.4k
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
Your work has been very useful to us and makes our development easy. But there is one thing we felt that can be improved is adding support to apps running in Docker containers. We have our frontend and backend running simultaneously inside docker, so when we try to access a component it returns an error stating "This path does not exist on this computer".
We recommend a feature where we can provide a function as a prop which receives the actual path (in our case it's the path written in docker file) as input and converts that path to our current working directory.
Eg: `{
const modifiedPath = actualPath + path.slice(n);
return modifiedPath;
}}/>`

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.