-
Notifications
You must be signed in to change notification settings - Fork 0
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
React Version Issue #26
Comments
it seems very similar to this issue eclipse-theia/theia#13454 |
For me, when I click ‘Open Dbc Raw File’, I don’t get those errors. The file is created correctly, and the page depending on the newly created file opens just fine. But when I click ‘Open Dbc File’, like you mentioned, the page couldn’t open. However, the error I get is not what you described. I can retrieve the file directory info:
But right after that, this is the error I get:
Have you encountered this error before? I don’t think the error I’m getting is related to the React version or the syntax. |
Didar, I have the same result for 'Open Dbc Raw File.' Unfortunately, I encountered the mentioned issue (OpenFileDialog.onUpdateRequest) after the merge operation. Could you please switch to the main branch and check the result again? |
Even when I switch to the main branch, which is master, I get the same error as before. I don’t understand why we are encountering different errors while being on the same branch. |
Main issue is related with using of the platfrom general rules. Proper usage should be as following lines: * #dbcWidget * #yarn prepare * #yarn start:browser Co-Authored-By: Didar Nur Bilgin <[email protected]>
The main issue is related to using the platform's general rules.
Please, fetch the main branch. If you have any failure, please don't hesitate to let me know. |
Thank you, I solved the problem. Apparently, the issue was caused by the changes I had made and not committed. When I reverted to the previous version and discarded the changes I made, the problem was resolved. Thank you for your help. |
Cannot Update an unmounted root
In updating the Master branch from the DbcChangeSave feature, React render could not resolve the given .dbc file location.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Could not open any page depending on the selected.dbc file
Screenshots
2024-08-06T03:19:41.000Z root ERROR Error: Cannot update an unmounted root. at ReactDOMHydrationRoot.render.ReactDOMRoot.render (http://localhost:3000/bundle.js:136518:11) at LocationListRenderer.render (http://localhost:3000/vendors-node_modules_theia_filesystem_lib_browser_file-dialog_file-dialog-service_js.js:2755:23) at OpenFileDialog.onUpdateRequest (http://localhost:3000/vendors-node_modules_theia_filesystem_lib_browser_file-dialog_file-dialog-service_js.js:792:35) at __webpack_modules__.../node_modules/@phosphor/widgets/lib/widget.js.Widget.processMessage (http://localhost:3000/bundle.js:152429:22) at invokeHandler (http://localhost:3000/bundle.js:10917:21) at sendMessage (http://localhost:3000/bundle.js:10653:13) at runMessageLoop (http://localhost:3000/bundle.js:10967:17)
The text was updated successfully, but these errors were encountered: