-
Notifications
You must be signed in to change notification settings - Fork 22
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
Issue Linking TraceViewer packages #175
Issue Linking TraceViewer packages #175
Comments
We believe this issue should be fixed, with the latest [1] https://github.com/eclipse-cdt-cloud/theia-trace-extension/actions/runs/6318318877/job/17157047891 |
The change doesn't seem to fix all the problems. I tried it with the latest traceviewer-base/traceviewer-react-components but and I get the following error:
|
Picking this issue back up. |
The cause of the issue: React Issue #14257 - Hooks don't work with yarn link When we use I was able to fix this issue by linking the directory for
Navigate to
This stops the error from occurring while developing both repos simultaneously. That being said, I think there are a lot of opportunities to optimize the development process of this repository :). |
There may be other parts of the code that will throw this issue, and I'll try to look into that at some point. |
@williamsyang-work thanks for the investigation and finding this work-around. Let's keep this issue open, until we have a programmatic fix. |
When trying to link packages 'traceviewer-base' and 'traceviewer-react-components' from 'theia-trace-extension', the resources view throws the following error:
It could be because of a mismatch in React and React-DOM versions in theia-trace-extension and vscode-trace-extension. Another reason could be that packages were installed at a different level in the following PR: eclipse-cdt-cloud/theia-trace-extension#886
The text was updated successfully, but these errors were encountered: