-
Notifications
You must be signed in to change notification settings - Fork 61
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
AppyxComponent state not restored after configuration changes #694
Conversation
Update changelog pls |
|
||
class NodeTest { | ||
@Test | ||
fun WHEN_node_is_create_THEN_plugins_are_setup_as_expected() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's add a test that verifies that onSavedInstanceState
is called on AppyxComponent when Node is saving its state?
import org.junit.Test | ||
|
||
class NodeTest { | ||
private var appyxComponent: DummyComponent<RootNode.NavTarget>? = null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lateinit var can be used
Description
Checklist
CHANGELOG.md
if required.