We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ref: 3904
Use this code to reproduce the issue - samueldmeyer@cdd1af1
propertyListener callback was updated after clicking "Increment" button in action_paramDef. However the updated method was never called.
propertyListener
This happens because because we're setting all the callbacks in constructor. And constructor isn't called when the component is updated.
The text was updated successfully, but these errors were encountered:
elyra-ai#2287 Fixed Common properties callbacks don't update on re-r…
76dbb3e
…ender Signed-off-by: Neha Gokhale <[email protected]>
b316602
#2287 Fixed Common properties callbacks don't update on re-render (#…
c4b5827
…2288)
nmgokhale
Successfully merging a pull request may close this issue.
Ref: 3904
Use this code to reproduce the issue - samueldmeyer@cdd1af1
propertyListener
callback was updated after clicking "Increment" button in action_paramDef. However the updated method was never called.This happens because because we're setting all the callbacks in constructor. And constructor isn't called when the component is updated.
The text was updated successfully, but these errors were encountered: