Skip to content
Discussion options

You must be logged in to vote

Currently it's not possible to force-recreate child components, and this is by design. Configurations are compared strictly by equality, navigation is a function from the old state (e.g. old list of configurations) to a new state (e.g. new list of configurations). If you want to recreate you have to make the new configuration not equal to the old one. This can be done by adding a key property to the configuration class. This could be a UUID, etc.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Krobys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #857 on March 15, 2025 19:45.