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

IX Model issue after 2.6.0 upgrade #1582

Open
2 tasks done
nitingondule-xdt opened this issue Nov 27, 2024 · 5 comments
Open
2 tasks done

IX Model issue after 2.6.0 upgrade #1582

nitingondule-xdt opened this issue Nov 27, 2024 · 5 comments
Labels
needs reproduction Bugs with the label will not be addressed until the steps to reproduce are available triage We discuss this topic in our internal weekly

Comments

@nitingondule-xdt
Copy link

nitingondule-xdt commented Nov 27, 2024

Prerequisites

  • I have read the Contributing Guidelines.
  • I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.

What happened?

While opening the ix model, an exception is thrown. This was OK with 2.5.0.

Uncaught (in promise) TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.

What type of frontend framework are you seeing the problem on?

React

Which version of iX do you use?

2.6.0

@nitingondule-xdt nitingondule-xdt added the triage We discuss this topic in our internal weekly label Nov 27, 2024
@danielleroux danielleroux added the needs reproduction Bugs with the label will not be addressed until the steps to reproduce are available label Nov 28, 2024
Copy link
Contributor

Thank you for creating this issue! It has been labeled as needs reproduction.

To help us assist you better, could you please provide a way for us to access the code (such as a GitHub repository or a StackBlitz link). Without a reliable code reproduction, it might be challenging for us to resolve the issue, and we may have to close it.
Thank you for your understanding!

@danielleroux
Copy link
Collaborator

@nitingondule-xdt Cannot reproduce any issue with your code (btw its not runnable) please avoid pasting your production code this does not help the team to provide you fast feedback because we have to adapt the code.

@nitingondule-xdt
Copy link
Author

@danielleroux
As I mentioned, this was functioning properly before to the 2.6.0 upgrade, but it has now stopped. Even after trying 2.5.0, the problem persisted.

Note: It's fine if we're just building something new and it causes issue, but our codebase hasn't changed, and it stops working all of a sudden.

@nitingondule-xdt
Copy link
Author

nitingondule-xdt commented Nov 28, 2024

@danielleroux @matthiashader
As i have mention, it is not operation with IX version 2.5.0. PFA attached zip to reproduce issue. Please click on about icon of applicaion
ix-model.zip
image

Let me know if anymore steps are required to reproduce this.

@nitingondule-xdt
Copy link
Author

Based on my investigation, I found that the "showModel" property of Model was previously supported with import { showModal } from "@siemens/ix". However, it seems to have been removed from this and added to import { showModal } from "@siemens/ix-react".

Note: As I mentioned in my previous comment, it was working earlier, but it suddenly stopped functioning in build 2.5.0 and not for latest 2.6.0 . This suggests that changes were made in a previous build as well.

Please check on your end as well. If needed, we can schedule a call to discuss, as I have to spend more time on this without your support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs reproduction Bugs with the label will not be addressed until the steps to reproduce are available triage We discuss this topic in our internal weekly
Projects
None yet
Development

No branches or pull requests

2 participants