[0.1.2]
This commit is contained in:
@@ -97,7 +97,7 @@ class AstromicFormController extends FormController {
|
||||
/// Get the value of a hosted state variable using it's ID.
|
||||
T? getValue<T>(String id) {
|
||||
prepareValue(id, false);
|
||||
return _hostedValues[id]?.$1.$1;
|
||||
return _hostedValues[id]?.$1?.$1;
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user