Advanced
State schema
Schema declarations on the Application state allows Framework to handle complex serialisation
scenarios, while also allowing your IDE and toolchains to provide autocomplete and type checking.
Accessing an attribute by its key is always possible.
Attributes missing from the schema remain accessible by their key.
Here is the code, can you spot the error ?