ericclemmons / ericclemmons/click-to-component

To support apps running in docker containers

Open
#58 3 comments 1 reaction 0 assignees View on GitHub
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;
}}/>`

![Screenshot 2022-06-28 at 11 32 40 PM](https://user-images.githubusercontent.com/106964261/176254326-15777da4-2d6d-4fa3-9369-13f6fa94029c.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.