Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output.js path problem in the index.html file #156

Open
mohsenhadadi1986 opened this issue Aug 3, 2023 · 0 comments
Open

output.js path problem in the index.html file #156

mohsenhadadi1986 opened this issue Aug 3, 2023 · 0 comments

Comments

@mohsenhadadi1986
Copy link

mohsenhadadi1986 commented Aug 3, 2023

Hello,

I hope this message finds you well. I wanted to share a quick update regarding an issue I encountered while trying to create a custom component with this repository.

During the development process, I noticed that the index.html file contained an incorrect path for the output.js file. This misconfiguration caused the application to constantly reload, leading to instability during development.

To resolve this issue, I have corrected the index.html file as follows:

<!doctype>
<html>
<head>
    <title>cits_chart_component</title>
</head>
<body>
    <div id='root'></div>
    <script src="./output.js"></script>
</body>
</html>

By including the correct path to the output.js file, the reloading issue has been resolved, and the application is now functioning smoothly in development mode.

I apologize for any inconvenience this may have caused. Thank you for your understanding, and I wish you a pleasant day ahead.

best,
Mohsen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant