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

Common properties callbacks don't update on re-render #2287

Closed
nmgokhale opened this issue Dec 26, 2024 · 0 comments · Fixed by #2288
Closed

Common properties callbacks don't update on re-render #2287

nmgokhale opened this issue Dec 26, 2024 · 0 comments · Fixed by #2288

Comments

@nmgokhale
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant