You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(amazonq transform): messages to chat get lost #4949
Problem:
Messages get lost in the code path where customers do not need to provide a JAVA_HOME.
This leads to missing chat bubbles for:
1. "Building your project"
2. "I was able to build your project"
3. "I am starting to transform your code"
Solution:
Issue was due to typo when translating `tabId` to `tabID`.
Search in the code shows that `tabID` is 10x more common than `tabId` so aligning Q Code Transform to this format.
After aligning the usages the missing messages are shown again and are animated where required.
0 commit comments