-
Notifications
You must be signed in to change notification settings - Fork 191
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
KOGITO-9961: Node coloring stopped working on runtime tools #2065
Conversation
fixed export of java types to ts env
Hi @caponetto, @LuboTerifaj , This PR is ready for review again. BTW, Thanks @treblereel for the helping hand. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @handreyrc and @treblereel!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the fix @handreyrc , all tests passed and I didn't find any issues.
) Co-authored-by: Dmitrii Tikhomirov <[email protected]>
) Co-authored-by: Dmitrii Tikhomirov <[email protected]>
Hi @caponetto,
This fix should do the trick. Please, could you take a look.
Basically J2CL has some issues handling "JsTypes".
For now we have to use @GWT3Export along with "JsTypes" to get it working.
JIRA: KOGITO-9961
Thanks