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

AppyxComponent state not restored after configuration changes #694

Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ abstract class Node<NavTarget : Any>(
val id: String
get() = nodeContext.identifier

val plugins: List<Plugin> = plugins + listOfNotNull(this as? Plugin)
val plugins: List<Plugin> = plugins + appyxComponent + childAware + listOfNotNull(this as? Plugin)

val ancestryInfo: AncestryInfo =
nodeContext.ancestryInfo
Expand Down