You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the func copyInto(_ copy: RSDUIStepObject, userInfo: [String : Any]?) throws method on RSDUIStepObject requires duplicating similar code to that used to instantiate the object using the Decodable protocol. Refactor this method to allow overrides that implement customization beyond the basic replacement of strings and numbers.
The text was updated successfully, but these errors were encountered:
Currently the
func copyInto(_ copy: RSDUIStepObject, userInfo: [String : Any]?) throws
method onRSDUIStepObject
requires duplicating similar code to that used to instantiate the object using theDecodable
protocol. Refactor this method to allow overrides that implement customization beyond the basic replacement of strings and numbers.The text was updated successfully, but these errors were encountered: